Closed
Bug 1645731
Opened 5 years ago
Closed 5 years ago
Autocomplete panel exposed as an alert for accessibility
Categories
(DevTools :: Console, defect)
DevTools
Console
Tracking
(Accessibility Severity:s2, firefox79 fixed)
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: Jamie, Assigned: Jamie)
Details
(Keywords: access)
Attachments
(1 file)
STR (with NVDA):
- Open the Dev Tools Console.
- Type just "H" (capital h). Don't do anything else.
- Expected: No lag.
- Actual: NVDA reports "alert", then there's a ~7 second lag before you can do anything else with NVDA.
This occurs because the panel for the autocomplete popup is getting the alert role, so NVDA tries to walk its descendants to report the alert. There's explicit code to prevent this, but it's now acting on the wrong node (a div instead of the XUL panel).
This is a regression, but I don't know when it happened.
Impact: This makes the console pretty unusable for screen reader users.
Assignee | ||
Comment 1•5 years ago
|
||
There was already code to do this, but it was acting on a div instead of the XUL panel.
Pushed by mzehe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/12ef06d0d76b
Don't expose the autocomplete popup panel as an alert for accessibility. r=nchevobbe
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 79
Updated•5 years ago
|
QA Whiteboard: [qa-79b-p2]
Updated•2 years ago
|
Accessibility Severity: --- → s2
Whiteboard: [access-s2]
You need to log in
before you can comment on or make changes to this bug.
Description
•