thomasloven / hass-browser_mod

🔹 A Home Assistant integration to turn your browser into a controllable entity and media player
MIT License
1.33k stars 186 forks source link

Cannot edit or reorder items in To-do list Card from Popup #671

Open nima-1102 opened 10 months ago

nima-1102 commented 10 months ago

My Home Assistant version: 2024.1.2 Browser Mod: 2.3.0 Card Mod: 3.4.2

What I am doing: Try editing or reordering a to-do list card item in a browser mod popup.

What I expected to happen: If I click on an item in the to-do list I should be able to edit it, or if there are multiple items in a list I should be able to rearrange them using the Resort button.

What happened instead: When I click on an item in the to-do list nothing happens, when I click on the resort button the popup closes.

Minimal steps to reproduce: Create button, click button, create items, try to edit or reorder items.

type: button
tap_action:
  action: fire-dom-event
  browser_mod:
    service: browser_mod.popup
    data:
      title: Todo List
      size: normal
      content:
        type: todo-list
        entity: todo.example

Error messages from the browser console:

No Message

By replacing the space in the checkboxes ([ ]) with an X below, I indicate that I:

smartqasa commented 9 months ago

Same issue. Tried to open a 'frontend' issue but that was rejected.

https://github.com/home-assistant/frontend/issues/19705