Clooos / Bubble-Card

Bubble Card is a minimalist card collection for Home Assistant with a nice pop-up touch.
MIT License
1.72k stars 47 forks source link

Issue when/Support for Nesting Collapsable Cards within a PopUp #672

Closed akeslo closed 1 month ago

akeslo commented 1 month ago

Describe the bug
Pop-up does not display when there is a card of type: custom:collapsable-cards

https://github.com/RossMcMillan92/lovelace-collapsable-cards

To Reproduce

Nest above card within a popup. The popup will work on save but if you refresh the UI the popup never shows up but the background becomes blurred. I see the following error in the web browser console: Unchecked runtime.lastError: The message port closed before a response was received.

Expected behavior
Popup should open every time without issue.

Below works after save but not on reload:

image

Screenshots

image

YAML
`type: vertical-stack cards:

Informations (please complete the following information):

Thank you! 🍻

Clooos commented 1 month ago

Hi and thank you for the feedback. Have you tried with background_update: true?

akeslo commented 1 month ago

Hi and thank you for the feedback. Have you tried with background_update: true?

Yes I have

Clooos commented 1 month ago

I don't know what I can do then, there is probably a compatibility issue with that card.

You should open an issue on this card's GitHub page.

oerix commented 1 month ago

@akeslo Collapsable card is a buggy mess, it hasn't been updated for over 2 years now. It doesn't even work correctly on its own. There really isn't anything Cloos can do with Bubble-card to fix this.

akeslo commented 1 month ago

Ok thanks for taking a look. I found a good alt in expander-card so all is working fine now.