Open
Bug 1438359
Opened 7 years ago
Updated 2 years ago
Show notification/alert status for hidden tabs
Categories
(WebExtensions :: Frontend, enhancement, P3)
WebExtensions
Frontend
Tracking
(firefox61- wontfix, firefox62 affected)
NEW
People
(Reporter: mstriemer, Assigned: mstriemer)
References
(Blocks 1 open bug)
Details
When a hidden tab pops up an alert or a notification it should be pulled to the top of the all tabs dropdown menu so it is easy for a user to find the tab.
You can see how this flow would look in the mocks [1].
[1] https://mozilla.invisionapp.com/share/82EIATQAF#/screens/275567088
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → mstriemer
Comment 1•7 years ago
|
||
Just some background info for implementation.
alert/confirm/prompt dialogs from content javascript:
If the user previously gave that site permission to focus on prompt, then the tab will become the selected tab and thus visible.
If content causes a modal dialog, the tab will get an "attention" attribute on it. For the details see DOMWillOpenModalDialog in tabbrowser.js.
If the tab is hidden and has the attention attribute, then is should be handled per mocks.
Assignee | ||
Updated•7 years ago
|
status-firefox61:
--- → fix-optional
tracking-firefox61:
--- → ?
Assignee | ||
Comment 3•7 years ago
|
||
I created a test page [1] that will create an alert every 2 seconds to test this.
[1] https://codepen.io/mkstrmr/full/xjVpBe
Assignee | ||
Updated•7 years ago
|
Severity: normal → enhancement
Iteration: --- → 62.4 - Jul 2
Updated•7 years ago
|
Updated•7 years ago
|
Product: Toolkit → WebExtensions
Updated•7 years ago
|
Iteration: 62.4 - Jul 2 → ---
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•