Collapsing a thread with selections may not set currentIndex correctly
Categories
(Thunderbird :: Folder and Message Lists, defect)
Tracking
(thunderbird_esr115? fixed, thunderbird121? fixed)
People
(Reporter: welpy-cw, Assigned: welpy-cw)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [TM:115.6.1])
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr115+
|
Details | Review |
Steps to reproduce:
- Enter a threaded view.
- Select the first and at least one other message of an expanded thread, making sure that the last single selected message (current index as indicated by the dotted border) was not the root message.
- Collapse the thread
- Press up/down arrow key.
Actual result:
The view scrolls all the way to the top and the first/second row is selected.
Expected result:
The row immediately above/below the collapsed one is selected.
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
| Assignee | ||
Comment 2•2 years ago
|
||
This is also the cause of gDBView.hdrForFirstSelectedMessage behaving incorrectly, as reported in bug 1864339.
| Assignee | ||
Updated•2 years ago
|
Pushed by benc@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/ea6fd54640d0
Ensure currentIndex is set when collapsing a thread with selections. r=darktrojan
Comment 4•2 years ago
|
||
FYI if this is wanted on nightly for a day or two before beta, then this will make 121.0b6 next week, and then 115.6.0 in two weeks.
| Assignee | ||
Updated•2 years ago
|
Comment 5•2 years ago
|
||
Not a 115 regression, so opting to hold this to next week's beta.
Comment 6•2 years ago
|
||
Comment on attachment 9364368 [details]
Bug 1865548 - Ensure currentIndex is set when collapsing a thread with selections. r=#thunderbird-front-end-reviewers
[Triage Comment]
Approved for beta
Comment 7•2 years ago
|
||
| bugherder uplift | ||
Thunderbird 121.0b6:
https://hg.mozilla.org/releases/comm-beta/rev/60c9d90e4143
Updated•2 years ago
|
Updated•2 years ago
|
Comment 8•2 years ago
|
||
Comment on attachment 9364368 [details]
Bug 1865548 - Ensure currentIndex is set when collapsing a thread with selections. r=#thunderbird-front-end-reviewers
[Triage Comment]
Approved for esr115
Comment 9•2 years ago
|
||
| bugherder uplift | ||
Thunderbird 115.6.0:
https://hg.mozilla.org/releases/comm-esr115/rev/94f0698ac120
Description
•