Try-again button should have visible focus when an error occurs
Categories
(Firefox :: Translations, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox127 | --- | fixed |
People
(Reporter: nordzilla, Assigned: nordzilla)
References
Details
(Keywords: access)
Attachments
(1 file)
Description
We need to sure that the try-again button has visible focus when it becomes the active element during a panel error state, both to provide a better general user experience, and for a11y customers who would benefit from the extra visual signaling.
Steps to implement
- Ensure that
{ focusVisible: true }
is always passed when focusing the try-again button.
Tests to implement
- Ensure that the try-again button is the active element in these scenarios.
Assignee | ||
Updated•7 months ago
|
Assignee | ||
Comment 1•7 months ago
|
||
Ensures that the try-again button receives a focus outline
any time an error state occurs in the SelectTranslationsPanel,
to more clearly indicate a possible next action to take.
Depends on D209091
Updated•7 months ago
|
Comment 2•7 months ago
|
||
The severity field for this bug is set to S3. However, the accessibility severity is higher, .
:nordzilla, could you consider increasing the severity?
For more information, please visit BugBot documentation.
Assignee | ||
Comment 3•7 months ago
|
||
Bumping to match A11y severity.
Comment 5•7 months ago
|
||
Backed out for causing mochitests failures in browser_translations_select_panel_translation_failure_after_unsupported_language.js.
- Backout link
- Push with failures
- Failure Log
- Failure line: TEST-UNEXPECTED-FAIL | browser/components/translations/tests/browser/browser_translations_select_panel_translation_failure_after_unsupported_language.js | The element 'select-translations-panel-translate-button' should have focus. - Got [object XULElement], expected [object XULElement]
Comment 6•7 months ago
|
||
bugherder |
Assignee | ||
Comment 8•7 months ago
|
||
:SerbanS, same question here. I'm not sure why this was marked as RESOLVED
when it was backed out. I'm changing this to REOPENED
and leaving you a NI.
Comment 9•7 months ago
|
||
Thank you!
Comment 10•7 months ago
|
||
bugherder |
Description
•