Open
Bug 1854042
Opened 1 year ago
Updated 4 months ago
Buttons inside message row in table view are not keyboard accessible
Categories
(Thunderbird :: Disability Access, defect, P3)
Tracking
(Accessibility Severity:s3)
ASSIGNED
Accessibility Severity | s3 |
People
(Reporter: elijmitchell, Assigned: arschmitz)
References
(Depends on 1 open bug)
Details
(Keywords: access)
Current Behavior:
- The buttons have been set to
tabindex="-1"
which does not allow them to be tabbed to. - When as a developer I updated tabindex to be 0 for the buttons, Enter cannot be used to interact with the button.
- Using ENTER opens the message.
Expected Behavior:
- When a user navigates the cells inside a row, the buttons should be able to be pressed.
- When a button is selected in a table cell and Enter is pressed, the button should perform the same action as a click.
Notes:
- This likely effects all operating systems. Bug 1843486 addresses Windows with NVDA. Getting the basics of this working should help improve accessibility. Follow-up bugs will be needed to specifically address specific screen readers and operating system types.
Reporter | ||
Updated•1 year ago
|
Accessibility Severity: --- → s3
Priority: -- → P3
Updated•1 year ago
|
Version: unspecified → Thunderbird 115
Updated•4 months ago
|
Assignee: elijmitchell → arschmitz
You need to log in
before you can comment on or make changes to this bug.
Description
•