TB: Selecting and reordering columns to display (in message list pane) is not keyboard accessible (need alternative UI or XUL core to make <tree> column picker & headers accessible, like Windows GridView)
Categories
(Thunderbird :: Folder and Message Lists, defect)
Tracking
(Not tracked)
People
(Reporter: davidb, Unassigned)
References
(Blocks 1 open bug, )
Details
(Keywords: access, triaged)
Attachments
(1 file)
24.70 KB,
image/jpeg
|
Details |
Reporter | ||
Updated•18 years ago
|
Reporter | ||
Updated•18 years ago
|
Reporter | ||
Updated•18 years ago
|
Comment 1•18 years ago
|
||
Reporter | ||
Comment 2•18 years ago
|
||
Reporter | ||
Comment 3•18 years ago
|
||
Reporter | ||
Comment 4•18 years ago
|
||
Comment 5•18 years ago
|
||
Comment 6•18 years ago
|
||
Comment 7•17 years ago
|
||
Comment 8•17 years ago
|
||
Comment 9•16 years ago
|
||
Comment 10•16 years ago
|
||
Comment 11•15 years ago
|
||
Comment 12•13 years ago
|
||
Comment 13•13 years ago
|
||
Comment 14•13 years ago
|
||
Comment 15•13 years ago
|
||
Updated•13 years ago
|
Updated•13 years ago
|
Comment 16•12 years ago
|
||
Comment 17•12 years ago
|
||
Comment 18•10 years ago
|
||
Comment 19•10 years ago
|
||
Comment 20•10 years ago
|
||
Comment 21•9 years ago
|
||
Updated•9 years ago
|
Comment 22•9 years ago
|
||
Comment 23•9 years ago
|
||
Updated•7 years ago
|
Comment hidden (obsolete) |
Comment 26•4 years ago
|
||
xul is on its way out, right?
If so, what is the path forward for a full fix? Is it part of or dependent on bug 213945?
And is it possibly in scope for version 91.
If not, can the temporary, half measure fix be done for 91?
Comment 27•4 years ago
|
||
Now that the Thunderbird project has been getting more development work for a while, this bug should be fixed as soon as possible. It is still not possible to sort the columns with a screen reader. It doesn't have to get the highest priority now, because there are more important bugs, but it should be fixed very soon.
Comment 28•4 years ago
|
||
ref comment 26, which accidentally got marked private
Comment 29•4 years ago
|
||
(In reply to Wayne Mery (:wsmwk) from comment #26)
xul is on its way out, right?
If so, what is the path forward for a full fix? Is it part of or dependent on bug 213945?
Well, see mkmelin's Bug 213945 Comment 213 for the prospects of having bug 213945 soon.
And is it possibly in scope for version 91.
If not, can the temporary, half measure fix be done for 91?
Showing and hiding columns via keyboard should be doable as a quick fix (I probably could).
Reordering columns is a lot more involved, regardless of implementation. Maybe we could use Alt+cursor up/down in the colpicker menu to reorder. Maybe that would be easier than the real thing, having Ctrl+cursor right/left to move focused/selected column header (as in Windows Explorer).
Does anyone know why moving the last column (Delete column in my case) one column forwards changes its ordinal from 43 to 23? How do these ordinals work? We don't even have 43 columns... :-/
Comment 30•4 years ago
|
||
Personally, I think it would be better if there was a "Arrange Columns" dialog under "View". There should appear a list with the available columns, which can be selected and deselected. With the buttons "Up" or "Down" you could move the columns up or down. This is similar to the way it is done in Microsoft Outlook.
Better this way and right, than a "quick and dirty" solution. For that it may take a little bit longer with the implementation because of me. I would agree, if it can not be implemented until the next stable version, but in the next but one.
I gladly accept the suggestion with the keyboard shortcuts, but this may only be an interim solution until the implementation.
Comment 31•4 years ago
|
||
Unfortunately it seems that the XUL tree element will remain at least until the next ESR after 91, so we should definitely find a solid and stable solution for this.
I like the proposal of Ali of implementing an Arrange Columns dialog (maybe even an in-content dialog, or subdialog).
That would give us the space and flexibility to use pure HTML to make everything keyboard accessible.
The XUL tree is a strange beast with many quirks I haven't figure out at all.
Updated•2 years ago
|
Comment 32•1 year ago
|
||
Fixed in bug 1803272. We made significant changes to the underlying code of the message list.
Description
•