Prevent showing multiple newmailalert.xhtml notification windows
Categories
(Thunderbird :: OS Integration, defect)
Tracking
(thunderbird_esr78 unaffected, thunderbird90 fixed)
Tracking | Status | |
---|---|---|
thunderbird_esr78 | --- | unaffected |
thunderbird90 | --- | fixed |
People
(Reporter: rnons, Assigned: rnons)
References
Details
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
rjl
:
approval-comm-beta+
|
Details | Review |
When Use the system notification
is turned off, and when receiving several messages in a short time, multiple newmailalert.xhtml may be shown laying on each other. Slightly older notifications are hidden and blocked by newer notifications.
Should add a queue to show the next after the current is closed.
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
This patch makes two changes:
- If a newmailalert.xhtml window is already shown, save the folder and show a new notification only after the current notification is closed.
- Pass new message keys to newmailalert.js. Previously, newmailalert.js receives a root folder and scans all subfolders for NEW messages, which is unnecessary and may incorrectly include old messages.
Assignee | ||
Comment 2•4 years ago
|
||
This will fix bug 1715735 as well.
Assignee | ||
Updated•4 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/81f4842d2dd7
Prevent showing multiple newmailalert.xhtml notification windows. r=mkmelin
Assignee | ||
Comment 4•4 years ago
|
||
Comment on attachment 9226743 [details]
Bug 1715713 - Prevent showing multiple newmailalert.xhtml notification windows. r=mkmelin
[Approval Request Comment]
Regression caused by (bug #): bug 715799
User impact if declined: 1. When not using the system alert, multiple newmailalert.xhtml may block each other. 2. In some cases, old mails are shown in the alert repeatedly
Testing completed (on c-c, etc.): c-c
Risk to taking this patch (and alternatives if risky): low
Comment 5•4 years ago
|
||
Comment on attachment 9226743 [details]
Bug 1715713 - Prevent showing multiple newmailalert.xhtml notification windows. r=mkmelin
[Triage Comment]
Accepted for 90.0b2
Comment 6•4 years ago
|
||
bugherder uplift |
Thunderbird 90.0b2:
https://hg.mozilla.org/releases/comm-beta/rev/eb46687b27fa
Assignee | ||
Updated•4 years ago
|
Description
•