Thread tree's current index isn't correctly displayed sometimes
Categories
(Thunderbird :: Folder and Message Lists, defect, P2)
Tracking
(thunderbird_esr115+ fixed)
People
(Reporter: darktrojan, Assigned: darktrojan)
References
(Blocks 1 open bug)
Details
(Whiteboard: [supernova3p])
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
wsmwk
:
approval-comm-esr115+
|
Details |
The row with the current
class can get out of sync with reality, if the TreeSelection's currentIndex
property is updated directly, not through the tree's methods. I've found two places where this occurs:
nsMsgDBView::RestoreSelection
sets the property directly.- TreeSelection's
adjustSelection
method updates the index.
Assignee | ||
Comment 1•1 year ago
|
||
… and some other selection oddities discovered along the way.
Updated•1 year ago
|
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/f4ecceb0af98
Update the thread tree when the current index changes. r=freaktechnik
Assignee | ||
Comment 3•1 year ago
|
||
Comment on attachment 9340630 [details]
Bug 1840007 - Update the thread tree when the current index changes. r=aleca,freaktechnik
[Approval Request Comment]
Regression caused by (bug #):
User impact if declined: message list out of touch with reality, not updated when the current row changes
Testing completed (on c-c, etc.): in 116
Risk to taking this patch (and alternatives if risky): low
Comment 4•1 year ago
|
||
Comment on attachment 9340630 [details]
Bug 1840007 - Update the thread tree when the current index changes. r=aleca,freaktechnik
[Triage Comment]
approved for esr115
Comment 5•1 year ago
|
||
bugherder uplift |
Thunderbird 115.0.1:
https://hg.mozilla.org/releases/comm-esr115/rev/3b0756a31dd4
Description
•