threadTree has misaligned headers in the accessibility tree
Categories
(Thunderbird :: Disability Access, defect)
Tracking
(Not tracked)
People
(Reporter: henry-x, Unassigned)
References
Details
It seems that the accessibility tree will always order the threadTree
columnHeader
s in the same order as the corresponding <treecol>
s appear in the document structure:
Select Messages, Thread, Starred, Attachments, Subject, Read, From, ...
This same ordering remains even if the visual order is different, which a user is able to change. It should also be noted that the default visual ordering for a new profile is different:
Select Messages, Thread, Starred, Attachments, Read, Junk Status, Subject, ...
In contrast, the ordering in the accessibility tree of the gridcell
s is the same as the visual order. What this means is that the columnHeader
s do not align with the gridcell
s. So for a new default profile, the read status will appear under the Subject header in the accessibility tree, the junk status under the Read header and the subject under the From header, etc.
I imagine this would make the association between cells and headers broken for screen reader users.
Reporter | ||
Comment 1•2 years ago
|
||
Can probably be fixed automatically in the new 3pane in bug 1729379
Description
•