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•1 year ago
|
||
Updated•1 year ago
|
Assignee | ||
Comment 2•1 year ago
|
||
This is also the cause of gDBView.hdrForFirstSelectedMessage
behaving incorrectly, as reported in bug 1864339.
Assignee | ||
Updated•1 year 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•1 year 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•1 year ago
|
Comment 5•1 year ago
|
||
Not a 115 regression, so opting to hold this to next week's beta.
Comment 6•1 year 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•1 year ago
|
||
bugherder uplift |
Thunderbird 121.0b6:
https://hg.mozilla.org/releases/comm-beta/rev/60c9d90e4143
Updated•1 year ago
|
Updated•1 year ago
|
Comment 8•1 year 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•1 year ago
|
||
bugherder uplift |
Thunderbird 115.6.0:
https://hg.mozilla.org/releases/comm-esr115/rev/94f0698ac120
Description
•