Closed
Bug 2012023
Opened 2 months ago
Closed 1 month ago
Don't fire announcement events when a tab or window is in the background
Categories
(Core :: Disability Access APIs, task)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
149 Branch
| Tracking | Status | |
|---|---|---|
| firefox149 | --- | fixed |
People
(Reporter: Jamie, Assigned: Jamie)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
We shouldn't fire announcement events (such as ariaNotify) for a tab or window which is in the background. Some clients already filter out events for background windows, including NVDA. However, they likely won't filter out events for background tabs, since that is much harder to detect without special case code for browsers.
| Assignee | ||
Comment 1•1 month ago
|
||
| Assignee | ||
Comment 2•1 month ago
•
|
||
Pushed by jteh@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/186cc6fbc21f
https://hg.mozilla.org/integration/autoland/rev/583ccc66611b
Don't fire announcement events (including ariaNotify) for a background document. r=eeejay
Comment 4•1 month ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 month ago
status-firefox149:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 149 Branch
Updated•1 month ago
|
QA Whiteboard: [qa-triage-done-c150/b149]
You need to log in
before you can comment on or make changes to this bug.
Description
•