Open
Bug 1711946
Opened 4 years ago
Updated 2 years ago
threadTree has incorrect text data for icon cells in the accessibility tree
Categories
(Thunderbird :: Disability Access, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: henry-x, Unassigned)
References
Details
The current icon cells for threadTree
show incorrect text in the accessibility tree:
selectCol
always shows the same text "selectCol". Also, there is no indication that this is acheckbox
in the accessibility tree.deleteCol
always shows the same text "deleteCol". There is no indication that it is abutton
.junkStatusCol
shows the junk score. Most messages will therefore have "0". In correspondence with the icon, this should be a binary text description, like "Junk" or empty.
The following seem to be fine, but I'm not sure if they are localized:
flaggedCol
either "Starred" or empty.attachmentCol
either "Has attachment" or empty.unreadButtonColHead
either "Unread" or empty. There is no indication that it is abutton
though.threadCol
either "Expanded" or empty.
Reporter | ||
Comment 1•2 years ago
•
|
||
Can probably be fixed in the new 3pane in bug 1729379
Depends on: tb-new-3pane
You need to log in
before you can comment on or make changes to this bug.
Description
•