-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data in one tabbed card only shows up after navigating to different dashboard and back again #111
Comments
hi, is this still an issue for you? what version of the tabbed-card are you running and can you provide minimal reproducible config? also what browser and devices is this occurring on? edit: if it is still an issue for you can you test the most recent alpha available in hacs or here: https://github.com/kinghat/tabbed-card/releases/tag/v0.4.0-alpha.1 as there was rendering work done there. |
Hi, this is still an issue. I tested a bit though, and I only observe this on my phone (Android) and on my laptop using Firefox browser. I don't see it on my girlfriend's phone (iOS) or when using a different browser on my laptop (I tested both Safari and Chrome, and didn't see the issue). Guess I should have tested more browser, I just assumed it was universal since it was both on my phone and computer. If it's still relevant, I'm using the tabbed card v0.3.2. Were any of the 0.4.0-alpha.1 specific for anything Android/Firefox? This works:
This (same chart, but in the
|
might try clearing the cache on those browsers/apps and try again.
yes there are changes that would affect the way the card is loaded. please test the alpha. EDIT: wait to test the alpha till i push a fix for loading the card which was fixed in 0.3.2: #117
can you fix this formatting? |
@Aephir i just pushed the cherry-picked fix for the alpha release: https://github.com/kinghat/tabbed-card/releases/tag/v0.4.0-alpha.2. could you update to that when its available on hacs and test please? |
A quick check at the breakfast table suggests that it works, both in mobile app and in Firefox on macOS. Thanks! |
I also have this problem on my Android companion app. The chips on my first tab wont load. 2nd and 3rd do load. |
what version of the card are you running? is the android app updated to latest version and have you cleared its app cache? |
@tomg1970 |
|
I am experiencing similar with weather card, regardless if HA Companion app (android) or browser. Basically to simulate that, i added just weather card in tabbed card, and the other card next to it that is the same weather card. While weather card gets always displayed, the one in the tabbed card fails to load ocasionally. Few more refreshes and it is back. Code is simple:
And the same wrapped in tabbed card:
|
This issue is, for me, when using the tabbed card in combination with apexcharts-card.
No data will appear on the graph until navigating to a different dasshboard and back again. As soon as I force-refresh, the data disappears again.
The same apexchart outside of a tabbed-card does not show this behavior, but neither does a sankey-chart inside the same tabbed card.
I also created an issue at the apexchart-card repo, as I first thought it was "just" about the apexchart. I have given some more details there.
This is the lovelace card in question:
See example where:
EDIT: Upon force reload, I see this in the browser console:
In the issue in the apexcharts-card, there was a suggestion for where the error occurs, perhaps this is helpful?
The text was updated successfully, but these errors were encountered: