[Linux] The Orca screen reader fails to reads aloud warning message on hovering over saved values
Categories
(Firefox :: Disability Access, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr115 | --- | unaffected |
| firefox124 | --- | unaffected |
| firefox125 | --- | unaffected |
| firefox126 | --- | verified |
| firefox127 | --- | verified |
People
(Reporter: epopescu, Assigned: enndeakin)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression, Whiteboard: [fxcm-autofill-improvements-2024q2])
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
dmeehan
:
approval-mozilla-beta+
|
Details | Review |
Found in
- Nightly 126.0a1
Affected versions
- Nightly 126.0a1
Tested platforms
- Affected platforms: Ubuntu
- Unaffected platforms: Windows10, macOS
Preconditions
- Install the Firefox en-US build
- Set browser.search.region to US in about:config
- Save several addresses and credit cards in about:preferences#privacy, Forms & Autofill section
- Orca screen reader is enabled
Steps to reproduce
- Go to address form https://luke-chang.github.io/autofill-demo/basic.html
- Double-click on any field to trigger the autofill dropdown
- Use the preview feature for all autofill dropdown items
Expected result
- The screen reader reads aloud all the autofill dropdown items.
Actual result
- The screen reader does not read aloud the warning message shown upon hovering over the saved values.
Regression range
- I will search for any corresponding regression range, if applicable, and update the issue accordingly.
| Reporter | ||
Updated•2 years ago
|
| Reporter | ||
Comment 1•2 years ago
|
||
I've narrowed down the regression range to:
Last good revision: https://hg.mozilla.org/mozilla-central/rev/533a3c2e587f7ea99fde847c499dbb77d1d7c623
First bad revision: https://hg.mozilla.org/mozilla-central/rev/d9466bebb4c96b99a227f35b5a7e86bd0c8f5bb5
Pushlog: https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=533a3c2e587f7ea99fde847c499dbb77d1d7c623&tochange=d9466bebb4c96b99a227f35b5a7e86bd0c8f5bb5 , and it appears that the culprit is Bug1881582.
Comment 2•2 years ago
|
||
:enndeakin, since you are the author of the regressor, bug 1881582, could you take a look?
For more information, please visit BugBot documentation.
| Assignee | ||
Comment 3•2 years ago
|
||
The old behaviour seems off a bit, as it reads the warning as part of the options item at the bottom. This is due to the way the warning was implemented and was presumably never tested.
However, the warning can be different depending on which row is selected. I think we should instead read the warning after reading the name/address part.
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
| Assignee | ||
Comment 4•2 years ago
|
||
Comment 5•2 years ago
|
||
Set release status flags based on info from the regressing bug 1881582
| Reporter | ||
Comment 6•2 years ago
|
||
I encountered same issue while testing the autofill unified dropdown in Firefox 126.0b2 on macOS 13. It seems that the warning message is not being read aloud by VoiceOver. Please let me know if I should I create a separate issue for this. Thanks
| Assignee | ||
Comment 7•2 years ago
|
||
No, it doesn't need a separate issue.
Comment 9•2 years ago
|
||
| bugherder | ||
Comment 10•2 years ago
|
||
The patch landed in nightly and beta is affected.
:enndeakin, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox126towontfix.
For more information, please visit BugBot documentation.
| Assignee | ||
Comment 11•2 years ago
|
||
Comment on attachment 9396666 [details]
Bug 1889851, read the status label after the address info within the autofill dropdown, r=#credential-management-reviewers
Beta/Release Uplift Approval Request
- User impact if declined: Allows the status text for the address formfill menu to be read correctly by screen readers.
- 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): Only modifies the accessibility label for a menu which doesn't exist otherwise.
- String changes made/needed: None
- Is Android affected?: No
Comment 12•2 years ago
|
||
Comment on attachment 9396666 [details]
Bug 1889851, read the status label after the address info within the autofill dropdown, r=#credential-management-reviewers
Approved for 126.0b5
Comment 13•2 years ago
|
||
| uplift | ||
Updated•2 years ago
|
Comment 14•2 years ago
|
||
Verified as fixed on Ubuntu 22.04 x64.
Description
•