Closed
Bug 1229061
Opened 10 years ago
Closed 2 months ago
Implement the correct window focusing behaviour when the user clicks a notification
Categories
(Core :: DOM: Notifications, defect, P3)
Core
DOM: Notifications
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox45 | --- | affected |
People
(Reporter: catalinb, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: dom-lws-bugdash-triage )
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•9 years ago
|
Updated•8 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Component: DOM: Service Workers → DOM: Notifications
Comment 1•2 months ago
|
||
Seems like it already works as expected.
Status: NEW → RESOLVED
Closed: 2 months ago
Resolution: --- → WORKSFORME
Updated•2 months ago
|
Whiteboard: dom-lws-bugdash-triage
You need to log in
before you can comment on or make changes to this bug.
Description
•