-
Notifications
You must be signed in to change notification settings - Fork 209
Closed
Labels
beta release availableIssue fixed in a beta release which is available for testing.Issue fixed in a beta release which is available for testing.bugSomething isn't workingSomething isn't working
Milestone
Description
My Home Assistant Version
Browser Mod: 2.6.3
I've noticed there probably something really wrong with assigning new popup parameters. I noticed this when tried to have just a single style for all my popups.
Case 1:
- Open:
"dismissable": true,
"initial_style": "classic",
"tag": "camera",
"content": { // Card #1
Narrow popup opens.
- Open:
{
"dismissable": true,
"initial_style": "wide",
"tag": "camera",
"content": { // Card #2
Wide popup opens.
- Open:
"dismissable": true,
"initial_style": "classic",
"tag": "camera",
"content": { // Card #1
Popup opens that is again: wide.
Only if I close "initial_style": "wide" with browser_mod.close_popup I'm able to re-open narrow popup again.
I also noticed that other parameters are often mixed up, like autoclose or dismissable being (de)activated when they shouldn't.
This looks like some browser-side object storing options is not garbage-collected well.
What I am doing
Opening popups with different sizes.
What I expect to happen
Opened popups are having different sizes.
What happened instead
Opened popups are having same sizes.
Minimal steps to reproduce
- Open popup w/
"initial_style": "classic"– narrow opens. - Open popup w/
"initial_style": "wide"– wide opens. - Open popup w/
"initial_style": "classic"– wide opens. - Open popup w/
"initial_style": "wide"– wide opens. - Close popup via service.
- Open popup w/
"initial_style": "classic"– narrow opens.
Include any yaml code here
Error messages from the browser console
n/aBy checking each box below I indicate that I ...
- Understand that this is a channel for reporting bugs, not a support forum (https://community.home-assistant.io/).
- Have made sure I am using the latest version of the plugin.
- Understand that leaving one or more boxes unticked or failure to follow the template above may increase the time required to handle my bug-report, or cause it to be closed without further action.
- If this issue is to do with an Android device losing connection, sensors becoming unavailable etc., please confirm you have read, understood and tried methods described in Wiki Article Andoird Devices 'Always On'
Metadata
Metadata
Assignees
Labels
beta release availableIssue fixed in a beta release which is available for testing.Issue fixed in a beta release which is available for testing.bugSomething isn't workingSomething isn't working