When navigating by keyboard in the folder pane, the selected row should always be visible
Categories
(Thunderbird :: Folder and Message Lists, defect)
Tracking
(thunderbird_esr115 affected, thunderbird121 wontfix, thunderbird123 fixed, thunderbird124 verified)
People
(Reporter: welpy-cw, Assigned: freaktechnik)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
Steps to reproduce:
- Make sure the folder pane header is shown and that the folder pane splitter's scrollbar is accessible.
- Press [End] to go to the last row.
- Use the up arrow key multiple times to go up.
Actual results:
When navigating beyond the top visible row, the newly selected row stays hidden behind the folder pane header.
Expected result:
The selected row should be scrolled into view.
| Reporter | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
| Reporter | ||
Updated•2 years ago
|
Updated•2 years ago
|
| Reporter | ||
Updated•2 years ago
|
| Assignee | ||
Comment 2•2 years ago
|
||
Just to bring this to the bug here, we think the correct fix for this bug would be to change what scrolls in the folder pane to only be the actual folders list without the folder pane header. That way scrolling things to be visible will work correctly reliably. This might still need some JS changes, but the big change is having a new scrolling context that doesn't include the header.
| Assignee | ||
Comment 3•2 years ago
|
||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
Pushed by elizabeth@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/62620a3581e5
Fix folder pane scroll root to be the folder list and not the entire sidebar. r=aleca
| Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Description
•