Closed
Bug 1886925
Opened 6 months ago
Closed 6 months ago
Add an exception from a11y_checks for a click on a web content in Webextensions
Categories
(WebExtensions :: Frontend, task, P3)
WebExtensions
Frontend
Tracking
(firefox126 fixed)
RESOLVED
FIXED
126 Branch
Tracking | Status | |
---|---|---|
firefox126 | --- | fixed |
People
(Reporter: ayeddi, Assigned: ayeddi)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
We need to intentionally turn off this a11y check, because the following click is purposefully targeting a non-interactive content of the page in the browser_unified_extensions.js test:
// Move cursor to the center of the entire browser UI to avoid issues with
// other focus/hover checks. We do this to avoid intermittent test failures.
Assignee | ||
Comment 1•6 months ago
|
||
We intentionally turn off this a11y check, because the following click is purposefully targeting a non-interactive content of the page to move cursor to the center of the entire browser UI to avoid issues with other focus/hover checks. We do this to avoid intermittent test failure.
Updated•6 months ago
|
Assignee: nobody → ayeddi
Status: NEW → ASSIGNED
Pushed by ayeddi@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/cbdde4f63a19 Add an exception from a11y_checks for a click on a non-interactive content in Webextensions. r=rpl
Comment 3•6 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 months ago
status-firefox126:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 126 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•