Open
Bug 1229061
Opened 9 years ago
Updated 2 years ago
Implement the correct window focusing behaviour when the user clicks a notification
Categories
(Core :: DOM: Service Workers, defect, P3)
Core
DOM: Service Workers
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox45 | --- | affected |
People
(Reporter: catalinb, Unassigned)
References
(Blocks 1 open bug)
Details
While working on bug 1221992, we discovered some edges cases that are probably not being handled correctly at the moment with openWindow and focus. We should investigate:
Scenario 1:
1. private browsing window in the foreground and focused
2. user clicks a notification that calls openWindow() or focus()
Should we bring the non private browsing window to the foreground?
Here we probably just want to bring the window to the foreground.
Scenario 2:
1. tab in fullscreen(private browsing or not)
2. user clisk a notification -> openWindow()/focus()
Updated•8 years ago
|
Updated•7 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•