New mail notification (mail alert/preview text) shows old items
Categories
(Thunderbird :: Mail Window Front End, defect, P2)
Tracking
(thunderbird_esr78 fixed, thunderbird87 fixed)
People
(Reporter: aryx, Assigned: rnons)
References
Details
(Keywords: useless-UI, ux-implementation-level, Whiteboard: [TM:78.9.0])
Attachments
(3 files, 1 obsolete file)
16.62 KB,
image/png
|
Details | |
6.37 KB,
patch
|
Details | Diff | Splinter Review | |
1.28 KB,
patch
|
mkmelin
:
review+
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr78+
|
Details | Diff | Splinter Review |
Comment 1•18 years ago
|
||
![]() |
Reporter | |
Comment 2•18 years ago
|
||
Updated•18 years ago
|
Comment 8•18 years ago
|
||
![]() |
Reporter | |
Comment 9•17 years ago
|
||
Updated•17 years ago
|
Comment 10•17 years ago
|
||
Comment 11•17 years ago
|
||
Comment 13•17 years ago
|
||
Comment 14•17 years ago
|
||
Comment 15•17 years ago
|
||
Comment 16•17 years ago
|
||
Comment 17•17 years ago
|
||
Comment 18•17 years ago
|
||
Comment 19•17 years ago
|
||
Comment 20•17 years ago
|
||
Comment 21•17 years ago
|
||
Comment 22•17 years ago
|
||
Comment 24•16 years ago
|
||
Comment 25•16 years ago
|
||
Updated•16 years ago
|
Comment 26•16 years ago
|
||
Comment 28•16 years ago
|
||
Updated•15 years ago
|
Comment 36•15 years ago
|
||
Comment 38•15 years ago
|
||
Comment 40•14 years ago
|
||
Comment 41•12 years ago
|
||
Updated•12 years ago
|
Comment 43•11 years ago
|
||
Comment 44•10 years ago
|
||
Comment hidden (me-too) |
Updated•10 years ago
|
Comment 46•10 years ago
|
||
Updated•10 years ago
|
Comment 47•9 years ago
|
||
Comment 48•9 years ago
|
||
Comment 49•9 years ago
|
||
Comment 50•9 years ago
|
||
Comment 51•9 years ago
|
||
Comment 53•4 years ago
|
||
OMG!!! ME TOO!!! Let me reserve my comment... $§%&*!!!!
Notifications have become totally useless because of this bug, and it's extremely irritating. Each time when it says "1 new message", I'm trying to identify that "new" message in the notification list which shows me 5, and more often than not it's not even there, and I have no way of identifying it between the other, unrelated notified messages. So it appears that the notification is never up to date and always showing stale messages.
Classic case of "useless-UI" and "ux-implementation-level" because this has been wrongly designed around the implementation in illogical ways.
Can we please fix this ASAP because this bug significantly impacts the overall usefulness of the application, more so for enterprise contexts where seeing new stuff at a glance may matter even more. I think it's just that it's a bit hard to nail down this bug in a volatile notification and to realize it's actually broken, otherwise we'd have way more duplicates. To be clear, even though this doesn't break things, it does make us look pretty bad and has the potential to create unconscious vibes of frustration with our product.
Comment 54•4 years ago
|
||
This is part of the the cluster of notification bugs. Not sure about the exact relationship between them all but many are more or less duplicates of each other. There's some back-end things to clear up first though.
Assignee | ||
Comment 56•4 years ago
|
||
Found that getNewlist
returns all unread messages, while getNumNewMessages
returns count of new messages since the last biff. Tested on Linux, will test on Windows later.
Comment 57•4 years ago
|
||
Assignee | ||
Comment 58•4 years ago
|
||
Fixed comment.
Does getNumNewMessages also consider the things messages we got through IDLE?
Yes, tested new messages on start and on idle. Works on Windows as well.
Comment 59•4 years ago
|
||
Updated•4 years ago
|
Updated•4 years ago
|
Comment 60•4 years ago
|
||
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/9e48bb88fbd4
Only show newly received messages in notification. r=mkmelin
Assignee | ||
Comment 61•4 years ago
|
||
Comment on attachment 9204732 [details] [diff] [review]
375717-num-new.patch
[Approval Request Comment]
Regression caused by (bug #): Implemented like this years ago.
User impact if declined: When the notification window shows up on receiving a new mail, the notification actually shows old mails.
Testing completed (on c-c, etc.): c-c
Risk to taking this patch (and alternatives if risky): Impacts windows notification, and linux notification when system notification is not available or turned off.
Comment 62•4 years ago
|
||
Comment on attachment 9204732 [details] [diff] [review]
375717-num-new.patch
[Triage Comment]
approved for beta
Comment 63•4 years ago
|
||
bugherder uplift |
Thunderbird 87.0b2:
https://hg.mozilla.org/releases/comm-beta/rev/98ca31631af5
Comment 64•4 years ago
|
||
Thanks a lot Ping for fixing this perennial annoyance!
Comment 68•4 years ago
|
||
I'm thinking to not take this for 78.8.1, and just take bug 210148, so pick this up in the next point release.
Comment 69•4 years ago
|
||
(In reply to Wayne Mery (:wsmwk) from comment #68)
I'm thinking to not take this for 78.8.1, and just take bug 210148, so pick this up in the next point release.
Why? This one-line patch does not look risky at all. It's just reducing the set of messages shown in the notification, and reverting their order. Nothing else has changed, so the only "impact" on notfications is finally showing the correct set...
Even if it went wrong, it can't get worse than now. Right now, the notification is totally useless more often than not.
Imho we should roll it out now to fix this useless UI asap, and stop users' suffering.
msgKeys = msgKeys.slice(-folder.getNumNewMessages(false));
Kindly asking for reconsideration for 78.8.1.
Comment 70•4 years ago
|
||
Not about risk, but just giving users one bite at a time, so that we can more easily gauge feedback. And ASAP is pretty moot, given it's a 14 year old bug.
Comment 71•4 years ago
|
||
BTW, currently the new-mail notification does not have the close-button -- that little "X" in the screenshot found in ticket-description
is absent here (X11, using XFCE4). When the notice comes up, there is nothing to do but wait for it to go away on its own, which can get quite annoying, when it obscures the part of the screen I was just looking at.
Should I file a separate bug-report, or can that be fixed under this one too?
Assignee | ||
Comment 72•4 years ago
|
||
(In reply to Mikhail T. from comment #71)
BTW, currently the new-mail notification does not have the close-button -- that little "X" in the screenshot found in ticket-description
is absent here (X11, using XFCE4). When the notice comes up, there is nothing to do but wait for it to go away on its own, which can get quite annoying, when it obscures the part of the screen I was just looking at.Should I file a separate bug-report, or can that be fixed under this one too?
Please file a new bug with a screenshot. I can see the "X" button on GNOME.
Comment 73•4 years ago
|
||
(In reply to Ping Chen (:rnons) from comment #72)
Please file a new bug with a screenshot. I can see the "X" button on GNOME.
Done: Bug 1696578.
Comment 74•4 years ago
|
||
Comment on attachment 9204732 [details] [diff] [review]
375717-num-new.patch
[Triage Comment]
Approved for esr78
Comment 75•4 years ago
|
||
bugherder uplift |
Thunderbird 78.9.0:
https://hg.mozilla.org/releases/comm-esr78/rev/f54fc40959d0
Description
•