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

Editor hanging forever #1313

Open
franckduraz opened this issue Mar 6, 2025 · 7 comments
Open

Editor hanging forever #1313

franckduraz opened this issue Mar 6, 2025 · 7 comments
Labels
bug Something isn't working

Comments

@franckduraz
Copy link

Describe the bug
Imposibility to edit dashboard using Visual Editor

To Reproduce
Steps to reproduce the behavior:

  1. Edit Section
  2. Click on '+ New sub-button"
  3. Editor hangs. Home Assistant no longer responds

YAML
Simple section
type: vertical-stack
cards:

  • type: custom:bubble-card
    card_type: separator
    button_type: name
    name: Test
    tap_action:
    action: none
    button_action:
    tap_action:
    action: none
    show_state: false
    card_layout: large
    show_icon: false
    modules:
    • default
  • type: custom:bubble-card
    card_type: button
    modules:
    • default
      button_type: name
      card_layout: large
      icon: mdi:home
      name: Test

**Informations (please complete the following information):**  
 - OS: Windows/Android
 - Browser/App: Chrome
 - Bubble Card version: 2.5.0-beta7
 - Home Assistant version: 2025.3.0

@franckduraz franckduraz added the bug Something isn't working label Mar 6, 2025
@junkemails1234
Copy link

I am having the same issue, when I try and edit the header settings home assistant resets and all progress is lost.

Also when adding text into any field home assistant, instead of text being entered the bubble card editor closes.

@ossebol
Copy link

ossebol commented Mar 6, 2025

This problem started after updating to Home Assistant Core 2025.3.0. Reverting to 2025.2.5 has fixed this for me.

@AlexNikitos
Copy link

AlexNikitos commented Mar 6, 2025

The same problem after updating to Home Assistant Core 2025.3.0. My interface freezes when adding or editing any climate card. I noticed that this issue only occurs when using a vertical or horizontal stack. If the Bubble cards are added separately, everything works correctly.

@konqueror81
Copy link

This problem started after updating to Home Assistant Core 2025.3.0. Reverting to 2025.2.5 has fixed this for me.

same here

@andrew-wylie
Copy link

Getting this too but only on my button card for my fan.

(And I see a problem in the temperature-heatmap-card too.)

button-card.js?v=1.0:426 ButtonCardJSTemplateError: Cannot read properties of undefined (reading 'state')
    at Ti.eval (eval at _evalTemplate (button-card.js?v=1.0:434:2161), <anonymous>:7:75)
    at Ti._evalTemplate (button-card.js?v=1.0:434:2257)
    at Ti._getTemplateOrValue (button-card.js?v=1.0:434:2877)
    at button-card.js?v=1.0:442:430
    at Array.forEach (<anonymous>)
    at Ti._buildCustomFields (button-card.js?v=1.0:442:292)
    at Ti._gridHtml (button-card.js?v=1.0:524:25)
    at Ti._buttonContent (button-card.js?v=1.0:506:454)
    at Ti._cardHtml (button-card.js?v=1.0:486:18)
    at Ti.render (button-card.js?v=1.0:426:19509)

@RKCKBN
Copy link

RKCKBN commented Mar 6, 2025

Same here whith horizontal stack cards with bubble card insight. When I’m trying to modify a bubble card in a horizontal stack card, the browser crashes (tried with 2 browsers and the companion app on Android 15 - clicking on “2” in the red circle).

Image

This applies only to existing cards, new cards generated after upgrading to new HA core are not affected.

Editing in YAML still works.

Bubble card 2.4.0 and HA Core 2025.3.0

@haydes1956
Copy link

Same problem here. Adding a sub-button only when the bubble-card is within a vertical-stack. When the bubble-card is not contained within a vertical-stack the editor works fine.

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

8 participants