Closed
Bug 1836771
Opened 2 years ago
Closed 2 years ago
Message-bar notification used in the extensions panel is largely ignored by a screen reader
Categories
(WebExtensions :: General, defect, P2)
WebExtensions
General
Tracking
(firefox115 fixed, firefox116 fixed)
RESOLVED
FIXED
116 Branch
People
(Reporter: willdurand, Assigned: willdurand)
References
Details
(Whiteboard: [addons-jira])
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
dmeehan
:
approval-mozilla-beta+
|
Details | Review |
STR:
- Fully install a non-recommended extension, e.g. https://addons.mozilla.org/en-US/firefox/addon/colorzilla/
- Go to
about:config
and add a domain toextensions.quarantinedDomains.list
, e.g.mozilla.ai
- Open a new tab and go to
mozilla.ai
- Open the extensions panel by "clicking" the extensions button in the toolbar with keyboard navigation (F6 to reach the urlbar then a few tabs to go to the toolbar icons)
Expected:
The focus is on the "learn more" link and a user with a screen reader can understand what the link is referring to.
Actual:
The screen reader reads "learn more" and nothing else. This is confusing.
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → wdurand
Status: NEW → ASSIGNED
Updated•2 years ago
|
Severity: -- → N/A
Priority: -- → P2
Updated•2 years ago
|
Severity: N/A → S2
Pushed by wdurand@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/11b7ac1d9f2f
Add aria attributes to the message-bar notification used in the extensions panel. r=ayeddi
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox116:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 116 Branch
Assignee | ||
Comment 4•2 years ago
|
||
Comment on attachment 9337468 [details]
Bug 1836771 - Add aria attributes to the message-bar notification used in the extensions panel. r?morgan!
Beta/Release Uplift Approval Request
- User impact if declined: Users exposed to the notification (not a lot) who use a screen reader are impacted. The problem is that, for those users, there is no context at all that explains why there is this notification (the screen reader won't "see" it).
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Low risk because it is a minor change (adding aria attributes) with test coverage. The whole quarantined domains feature is being verified by QA during the beta cycle (https://mozilla-hub.atlassian.net/browse/QA-1903).
- String changes made/needed:
- Is Android affected?: No
Attachment #9337468 -
Flags: approval-mozilla-beta?
Comment 5•2 years ago
|
||
Comment on attachment 9337468 [details]
Bug 1836771 - Add aria attributes to the message-bar notification used in the extensions panel. r?morgan!
Approved for 115.0b4.
Attachment #9337468 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 6•2 years ago
|
||
bugherder uplift |
status-firefox115:
--- → fixed
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•