List of add-ons on Android is mentioning `In list` but lacks the list position information
Categories
(WebExtensions :: Android, defect, P3)
Tracking
(Accessibility Severity:s3, firefox125 verified)
| Tracking | Status | |
|---|---|---|
| firefox125 | --- | verified |
People
(Reporter: ayeddi, Unassigned)
References
(Depends on 1 open bug)
Details
(Keywords: access, Whiteboard: [addons-jira])
Attachments
(3 files)
List of add-ons includes multiple rows - one for each add-on. When the first card is focused with TalkBack, it is announced as In list but there are no list position information provided, thus the users would not be able to know how many there are add-ons on this view and where within this list are they currently.
Expected: first - {title, info, rating...}, In list, 1 of 25, then - {info...}, 2 of 25... etc.
- The same would apply for nested lists, when there are any add-on installed. The top-level list would be
Enabled, 1 of 2and another oneRecommended, 2 of 2(or...of 3ifDisabledgroup is present, etc)
Tested on Samsung Galaxy A54 running Android 14 (build UP1A, One UI 6.0) with Firefox Nightly 122.0a1 (build #2015991719)
| Reporter | ||
Updated•2 years ago
|
| Reporter | ||
Comment 1•2 years ago
|
||
| Reporter | ||
Comment 2•2 years ago
|
||
Example of list announcement from Settings > Display
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Comment 3•1 year ago
|
||
Comment 4•1 year ago
|
||
Authored by https://github.com/willdurand
https://github.com/mozilla-mobile/firefox-android/commit/58ffd07680b825790ee0b7896c04e19a3f2f6846
[main] Bug 1870339 - Make list of add-ons more accessible
Comment 5•1 year ago
|
||
Verified as Fixed. Tested on the latest Nightly for Android 125.0a1 (build #2016006311) on an Oppo Reno6 5G running Android 13.
TB will announce the first tapped add-on as {title, info, rating...}, 2 of 23, In list, 23 items (as the header will be the first element in the list) and then any subsequent tapped add-on as {title, info...}, X of 23 … etc.
In the case of the Enabled, Disabled and Recommended headers, when one add-on is present under each header they will be announced as Enabled, heading, 1 of 23, Disabled, heading, 3 of 23 and Recommended, heading, 5 of 23.
Description
•