Closed
Bug 1876618
Opened 1 year ago
Closed 1 year ago
Add an exception from a11y_checks for a click on a container element in Add-ons Manager
Categories
(Toolkit :: Add-ons Manager, task, P3)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
FIXED
124 Branch
Tracking | Status | |
---|---|---|
firefox124 | --- | fixed |
People
(Reporter: ayeddi, Assigned: ayeddi)
References
(Blocks 1 open bug)
Details
(Keywords: access)
Attachments
(1 file)
The browser_menu_button_accessibility.js
sends a click on a non-interactive spacer element to close the opened menu using an alternative way of the popup dismissal.
For users of keyboards and assistive technology another way like pressing Esc
key is available to dismiss the menu, thus we need to add an exception from the a11y_checks for this tests via setEnv
Assignee | ||
Comment 1•1 year ago
|
||
The browser_menu_button_accessibility.js
sends a click on a non-interactive spacer element to close the opened menu using an alternative way of the popup dismissal.
For users of keyboards and assistive technology another way like pressing Esc
key is available to dismiss the menu, thus we need to add an exception from the a11y_checks for this tests via setEnv
.
Depends on D197811
Updated•1 year ago
|
Assignee: nobody → ayeddi
Status: NEW → ASSIGNED
Updated•1 year ago
|
Attachment #9376529 -
Attachment description: Bug 1876618 - Add an exception from a11y_checks for a click on a container element in Add-ons Manager. r=adw! → Bug 1876618 - Add an exception from a11y_checks for a click on a container element in Add-ons Manager. r=rpl!
Pushed by ayeddi@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/852acff05fb8
Add an exception from a11y_checks for a click on a container element in Add-ons Manager. r=extension-reviewers,willdurand
Comment 3•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox124:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 124 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•