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

browser_mod popup overlaps native popup. #336

Closed
4 tasks done
kulmegil opened this issue Jun 16, 2022 · 2 comments
Closed
4 tasks done

browser_mod popup overlaps native popup. #336

kulmegil opened this issue Jun 16, 2022 · 2 comments
Labels

Comments

@kulmegil
Copy link

My Home Assistant version: 2022.6.6

What I am doing:
Opening entity's settings popup from more-info popup from browser_mod popup.

What I expected to happen:
Settings popup is visible and on top.

What happened instead:
browser_mod popup overlaps entity settings poup.

Minimal steps to reproduce:

  1. Open custom browser_mod popup
  2. Open any native more-info popup
  3. Open entity settings popup using gear icon (admin user)
# The least amount of code or steps possible to reproduce my error
type: button
entity: light.kitchen
tap_action:
  action: fire-dom-event
  browser_mod:
    command: popup
    title: Popup example
    card:
      type: entities
      entities:
        - light.kitchen
# Put your code/steps here

Error messages from the browser console:

[Violation] Added non-passive event listener to a scroll-blocking 'wheel' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952

(not error just a warnings from /frontend_latest/9d0be70d.js when opening settings popup, looks unrelated)


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

2022-06-16.21-29-06.mp4
@stale
Copy link

stale bot commented Aug 15, 2022

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.

@stale stale bot added the stale label Aug 15, 2022
@thomasloven
Copy link
Owner

Closed because of Browser Mod 2.0 release.
Please see #354.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants