Update AccessibilityUtils to include XUL:buttons that are removed before the l10n is completed in the label checks exceptions
Categories
(Firefox :: Search, task, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox125 | --- | fixed |
People
(Reporter: ayeddi, Assigned: ayeddi)
References
Details
Attachments
(1 file)
Add an exception to AccessibilityUtils during label checks to determine if an accessible is a XUL:button on a prompt popup. We know this button is accessible, but it disappears as soon as it is clicked during tests and the a11y-checks do not have time to test the label, because the Fluent localization is not yet completed by then. Thus, we need to special case the label check for these controls.
The test affected: browser/components/urlbar/tests/browser/browser_add_search_engine.js
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
Add an exception to AccessibilityUtils during label checks to determine if an accessible is a XUL:button on a prompt popup. We know this button is accessible, but it disappears as soon as it is clicked during tests and the a11y-checks do not have time to test the label, because the Fluent localization is not yet completed by then. Thus, we need to special case the label check for these controls.
The test affected: browser/components/urlbar/tests/browser/browser_add_search_engine.js
Depends on D200745
Updated•1 year ago
|
Updated•1 year ago
|
Comment 3•1 year ago
|
||
| bugherder | ||
Description
•