thomasloven / hass-browser_mod

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

After displaying and dismissing a timed popup, the `progress` CSS style continues to increase #640

Open Vitani opened 12 months ago

Vitani commented 12 months ago

My Home Assistant version: 2023.9.2

What I am doing:

Showing a popup with the timeout set to 60 seconds

What I expected to happen:

The pop up shows, the progress bar counts down, then the popup disappears

What happened instead:

The pop up shows, the progress bar counts down, then the popup disappears BUT the CSS for browser-mod-popup continues to be updated

image

Minimal steps to reproduce:

service: browser_mod.popup
target:
  device_id:
    - xxxx
data:
  title: Person Detected
  size: wide
  timeout: 60000
  content:
    type: horizontal-stack
    cards:
      - show_state: false
        show_name: false
        camera_view: live
        type: picture-entity
        entity: camera.aaa
        tap_action:
          action: none
        hold_action:
          action: none
      - show_state: false
        show_name: false
        camera_view: live
        type: picture-entity
        entity: camera.bbb
        tap_action:
          action: none
        hold_action:
          action: none
  dismissable: true
  autoclose: false

Error messages from the browser console:

N/A


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

stale[bot] commented 9 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.