Removing a threaded message in a unified folder may result in incorrect levels in the thread
Categories
(MailNews Core :: Backend, defect)
Tracking
(thunderbird_esr115? fixed, thunderbird122? fixed)
People
(Reporter: welpy-cw, Assigned: welpy-cw)
Details
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr115+
|
Details | Review |
There is a rather obvious bug in nsMsgXFViewThread::RemoveChildHdr that affects the correct adjustment of child header levels of the removed header.
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/29aa9bd66ae8
Fix bug in nsMsgXFViewThread::RemoveChildHdr. r=mkmelin
| Assignee | ||
Comment 3•2 years ago
|
||
Comment on attachment 9370284 [details]
Bug 1871992 - Fix bug in nsMsgXFViewThread::RemoveChildHdr. r=#thunderbird-reviewers
[Approval Request Comment]
Regression caused by (bug #): Apparently this little bug has been around since 2008.
User impact if declined: Children of a removed message in an xf view may be re-indented incorrectly.
Testing completed (on c-c, etc.): c-c
Risk to taking this patch (and alternatives if risky): low
Comment 4•2 years ago
|
||
Comment on attachment 9370284 [details]
Bug 1871992 - Fix bug in nsMsgXFViewThread::RemoveChildHdr. r=#thunderbird-reviewers
[Triage Comment]
Approved for beta
Comment 5•2 years ago
|
||
| bugherder uplift | ||
Thunderbird 122.0b4:
https://hg.mozilla.org/releases/comm-beta/rev/92c09d637ca4
| Assignee | ||
Comment 6•2 years ago
|
||
Comment on attachment 9370284 [details]
Bug 1871992 - Fix bug in nsMsgXFViewThread::RemoveChildHdr. r=#thunderbird-reviewers
[Approval Request Comment]
User impact if declined: Children of a removed message in an xf view may be re-indented incorrectly.
Testing completed (on c-c, etc.): c-c and beta
Risk to taking this patch (and alternatives if risky): low
Comment 7•1 year ago
|
||
Comment on attachment 9370284 [details]
Bug 1871992 - Fix bug in nsMsgXFViewThread::RemoveChildHdr. r=#thunderbird-reviewers
[Triage Comment]
Approved for esr115
Comment 8•1 year ago
|
||
| bugherder uplift | ||
Thunderbird 115.8.1:
https://hg.mozilla.org/releases/comm-esr115/rev/1571e3f3c2ed
Description
•