The Payment methods grouping is read by the screen reader for Addresses and more grouping
Categories
(Firefox :: Settings UI, defect, P3)
Tracking
()
| Accessibility Severity | s3 |
People
(Reporter: ailea, Unassigned)
References
(Blocks 2 open bugs)
Details
(Keywords: access, Whiteboard: [fxcm-settings-redesign][recomp-support])
Found in
- 147.0a1
Affected versions
- 147.0a1
Tested platforms
- Tested platforms: Windows 11
Preconditions
- Set pref browser.settings-redesign.enabled = true
- Set pref browser.search.region = US
- Have few credit cards already saved
- Have a screen reader enabled
Steps to reproduce
- Open Settings → Privacy & Security.
- Using the keyboard, focus anything below History section.
- Using the shift+tab, focus the Manage addresses and more.
Expected result
- The screen reader should read: Addresses and more grouping -> Addresses and more button.
Actual result
- The screen reader reads: Payment methods grouping -> Addresses and more grouping -> Addresses and more button.
Regression range
- Not a regression but a new feature implementation.
Updated•6 months ago
|
Comment 1•6 months ago
|
||
Just to clarify, is the Addresses and more section not intended to be a sub-section of Payment methods? If it is a sub-section, this is expected. If not, I agree it isn't.
Comment 2•5 months ago
|
||
There are 3 groupings related to these 2 sections currently. There's an outer XUL groupbox which is being labelled by the first heading inside of it which is "Payment methods". Then each setting-group creates an HTML fieldset which is being labelled with an aria-label.
It seems like the outer groupbox#formAutofillGroupBox could be removed by a quick search, it's used to remove the sections in uninit(), in tests and in CSS but those all seem to have workarounds.
However there is a data-subcategory="form-autofill" on the outer groupbox which would also be removed. @Micah do you know if there are external SUMO links to about:preferences#privacy-form-autofill that we would need to continue supporting?
Provided we can remove the outer groupbox bug 1994888 should address this by moving the labels into the setting-groups. I have a patch locally that likely needs some test cleanup but is close to ready.
| Reporter | ||
Comment 3•5 months ago
|
||
Retested the issue in the latest Nightly 148.0a1 (2025-12-22) and there is another behavior now. The Addresses and more grouping is now read by the screen reader when focus it with the keyboard, but it is read twice. Also the Payment methods grouping is now read twice using the keyboard navigation.
| Reporter | ||
Updated•5 months ago
|
Comment 4•4 months ago
|
||
Hi Alin, is this issue still fixed in Fx149? Thank you!
Updated•4 months ago
|
| Reporter | ||
Comment 5•4 months ago
|
||
Hi Micah,
Just verified in the latest Nightly build 149.0a1 (2026-01-14)(build id: 20260114211245). The initial issue, from the bug description, is no longer reproducible. However, the behavior descried in comment 3 is still there, the "Addresses and more grouping" and "Payment methods grouping" are read twice.
Description
•