Skip to content
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

Canvas view disappears when used in bubble card popup #238

Open
perok opened this issue Aug 30, 2024 · 2 comments
Open

Canvas view disappears when used in bubble card popup #238

perok opened this issue Aug 30, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@perok
Copy link

perok commented Aug 30, 2024

Describe the bug

I have added this card inside the bubble card popup. Things are showing nicely the first time the popup is opened. After closing and opening again then the canvas view for the bar chart is gone.

To Reproduce
Steps to reproduce the behavior:

  1. Create bubble card popup containing the weather chart card
# Button
              - type: custom:bubble-card
                card_type: name
                name: "Weather"
                button_action:
                  tap_action:
                    action: navigate
                    navigation_path: "#weather"
# Popup

          - type: vertical-stack
            cards:
              - type: custom:bubble-card
                card_type: pop-up
                hash: "#weather"

              - type: custom:weather-chart-card
                entity: weather.home
                forecast:
                  style: style2
                  precipitation_type: ""
                  type: daily
                  disable_animation: true
                animated_icons: true
                icon_style: style2
                show_time: false
                show_temperature: true
                show_main: false
                units:
                  pressure: ""
                  speed: ""
  1. Open the popup
  2. Close the popup
  3. Open the popup

Expected behavior

The bar chart showing every time one opens the popup.

Screenshots

Everything is showing as it should:
image
After reopening we are seeing this:
image

Desktop (please complete the following information):

  • WEATHER-CHART-CARD VERSION: 2.4.9
  • HOME ASSISTANT VERSION AND INSTALLATION TYPE: 2024.8.3
  • OS: NixOS, Android
  • Browser: Reproduces in Android HA app, firefox, chrome

Additional context

@perok perok added the bug Something isn't working label Aug 30, 2024
@mlamberts78
Copy link
Owner

@perok Please check if the issue is resolved in version V2.4.11

@perok
Copy link
Author

perok commented Oct 6, 2024

Still seeing the same issue. Tested it on firefox and in the Android HA app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants