Incorrect "unread" icon for threaded replies
Categories
(Thunderbird :: Folder and Message Lists, defect, P2)
Tracking
(thunderbird128? verified)
People
(Reporter: aleca, Assigned: aleca)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
|
28.42 KB,
image/png
|
Details | |
|
48 bytes,
text/x-phabricator-request
|
corey
:
approval-comm-beta+
|
Details | Review |
When marking the parent message of a thread as "unread" also the "replies" button shows the unread icon even if no unread child messages are present.
| Assignee | ||
Comment 1•1 year ago
|
||
This seems to be a problem coming from C++ properties which append the hasUnread property without distinguishing if the "child" message of a thread is the actual root message.
| Assignee | ||
Comment 2•1 year ago
|
||
Updated•1 year ago
|
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
Comment 3•1 year ago
|
||
This already landed.
https://hg.mozilla.org/comm-central/rev/d1515c5b4fe985cd2e15d7cac8772f7b0c0ae5e3
| Assignee | ||
Comment 4•1 year ago
|
||
Comment on attachment 9408300 [details]
Bug 1903090 - Don't mark a message with hasUnread or hasNew if only the parent message is unread/new. r=#thunderbird-reviewers
[Approval Request Comment]
Regression caused by (bug #): -
User impact if declined: small visual inconsistency showing both parent and child messages in a thread marked as unread/new even if they're not.
Testing completed (on c-c, etc.): on c-c
Risk to taking this patch (and alternatives if risky): low, and it also comes with automated tests
Comment 5•1 year ago
|
||
Comment on attachment 9408300 [details]
Bug 1903090 - Don't mark a message with hasUnread or hasNew if only the parent message is unread/new. r=#thunderbird-reviewers
[Triage Comment]
Approved for beta
Comment 6•1 year ago
|
||
| bugherder uplift | ||
Thunderbird 128.0b4:
https://hg.mozilla.org/releases/comm-beta/rev/96f8fedc4de6
Comment 7•1 year ago
|
||
Confirming this issue as verified fixed for 128.0b4(20240624182435) with Win 10&11 and macOS 14.
Comment 8•1 year ago
|
||
This was fixed on nightly first, so target milestone 129 was correct.
When confirming uplifts, you will want to use the flags, in this case "verified" for "thunderbird128"
Description
•