Accessibility regression: Attachment list is no longer announced as a list by screen readers.
Categories
(Thunderbird :: Message Reader UI, defect)
Tracking
(thunderbird_esr60+ fixed, thunderbird60 fixed, thunderbird61 wontfix, thunderbird62 fixed, thunderbird63 fixed)
People
(Reporter: MarcoZ, Assigned: Paenglab)
References
()
Details
(Keywords: access, regression)
Attachments
(3 files, 1 obsolete file)
11.69 KB,
patch
|
jorgk-bmo
:
review+
jorgk-bmo
:
approval-comm-beta+
|
Details | Diff | Splinter Review |
11.26 KB,
patch
|
jorgk-bmo
:
review+
jorgk-bmo
:
approval-comm-beta+
jorgk-bmo
:
approval-comm-esr60+
|
Details | Diff | Splinter Review |
1.27 KB,
patch
|
jorgk-bmo
:
review+
|
Details | Diff | Splinter Review |
Comment 2•7 years ago
|
||
Comment 3•7 years ago
|
||
Comment 4•7 years ago
|
||
Comment 5•7 years ago
|
||
Comment 6•7 years ago
|
||
Updated•7 years ago
|
Comment 7•7 years ago
|
||
Comment 8•7 years ago
|
||
Comment 9•7 years ago
|
||
Assignee | ||
Comment 10•7 years ago
|
||
Comment 11•7 years ago
|
||
Reporter | ||
Comment 12•7 years ago
|
||
Assignee | ||
Comment 13•7 years ago
|
||
![]() |
||
Updated•7 years ago
|
Comment 14•7 years ago
|
||
Comment 15•7 years ago
|
||
Assignee | ||
Comment 16•7 years ago
|
||
Comment 17•7 years ago
|
||
Assignee | ||
Comment 18•7 years ago
|
||
Reporter | ||
Comment 19•7 years ago
|
||
Assignee | ||
Comment 20•7 years ago
|
||
Reporter | ||
Comment 21•7 years ago
|
||
Assignee | ||
Comment 22•7 years ago
|
||
Assignee | ||
Comment 23•7 years ago
|
||
Assignee | ||
Comment 24•7 years ago
|
||
Comment 25•7 years ago
|
||
Comment 26•7 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Updated•7 years ago
|
Comment 27•7 years ago
|
||
Comment 28•7 years ago
|
||
Updated•7 years ago
|
Comment 29•7 years ago
|
||
Comment 30•7 years ago
|
||
Comment 32•7 years ago
|
||
Assignee | ||
Comment 33•7 years ago
|
||
Comment 34•7 years ago
|
||
Comment 35•7 years ago
|
||
Comment 36•7 years ago
|
||
Reporter | ||
Comment 37•7 years ago
|
||
Comment 38•7 years ago
|
||
Comment 39•7 years ago
|
||
Reporter | ||
Comment 40•7 years ago
|
||
Assignee | ||
Comment 41•7 years ago
|
||
Comment 42•7 years ago
|
||
Comment 43•7 years ago
|
||
Comment 44•7 years ago
|
||
Comment 45•7 years ago
|
||
Comment 46•7 years ago
|
||
Comment 47•7 years ago
|
||
Comment 48•7 years ago
|
||
(In reply to Thomas D. (currently busy elsewhere) from comment #42)
It's already focusable. When you tabbed to the attachmentItem, using the
arrow keys works.
I agree with Richard and I'm failing to see the focus problem.
With focus in subject, press Tab once and the item which last had focus ring
(currentItem) will be focused.
My guess is that while it is visually focused, accessibility doesn't know about that. Accessibility can't know about visual-only focus. In order for accessibility to know that something is focused:
- The element must have DOM focus; or
- For XUL elements, a DOMMenuItemActive event event can be fired on the "focused" element; or
- The element with DOM focus must set the aria-activedescendant attribute to the id of the "focused" item. (That might mean you need to add an id to the focused item.)
Note that neither Marco nor I are Thunderbird users now (I don't even have it set up) and MoCo doesn't work on Thunderbird. Thus, I haven't filed a separate bug for this because I cannot give time to testing, etc. I provide this information because I see that NVDA screen reader users are still hoping for a fix and I'm hoping this might be a nudge in the right direction. NVDA is tracking this problem here:
https://github.com/nvaccess/nvda/issues/8698
Description
•