Closed
Bug 1825166
Opened 2 years ago
Closed 2 years ago
If the last message in a folder is moved, it doesn't disappear from the message list
Categories
(Thunderbird :: Folder and Message Lists, defect)
Thunderbird
Folder and Message Lists
Tracking
(thunderbird_esr102 unaffected, thunderbird111 wontfix, thunderbird112 affected)
RESOLVED
FIXED
113 Branch
Tracking | Status | |
---|---|---|
thunderbird_esr102 | --- | unaffected |
thunderbird111 | --- | wontfix |
thunderbird112 | --- | affected |
People
(Reporter: darktrojan, Assigned: darktrojan)
References
(Blocks 1 open bug)
Details
(Keywords: regression, Whiteboard: [Supernova3p])
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
We're failing to invalidate the last remaining row.
Assignee | ||
Comment 1•2 years ago
|
||
When the last message is removed, row 0 should be invalidated, but it isn't because the row count is 0 so we tried to invalidate rows 0 to -1.
Assignee | ||
Updated•2 years ago
|
Blocks: sn-msglist
Whiteboard: [supernova]
Comment 2•2 years ago
|
||
good to see this caught
Assignee | ||
Updated•2 years ago
|
Keywords: checkin-needed-tb
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/de9b191c05a1
Invalidate the whole tree if there are no rows. r=aleca
Comment 4•2 years ago
|
||
hmm, this isnt failing for me with 112.0b5. I tried two imap folders.
Updated•2 years ago
|
Whiteboard: [supernova] → [Supernova3p]
You need to log in
before you can comment on or make changes to this bug.
Description
•