Partial inline reminder no longer shown
Categories
(MailNews Core :: Security: OpenPGP, defect)
Tracking
(thunderbird_esr78+ fixed, thunderbird89+ fixed)
People
(Reporter: KaiE, Assigned: KaiE)
References
(Regression)
Details
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr78+
|
Details | Review |
If a message is partially encrypted, we show a notification, with a button, to manually request decryption.
When clicked, we intend to replace the notification message, with a reminder, that only a subset of the original message is shown.
Bug 1681887 introduced a regression, which caused the notification to no longer be replaced.
The problem was caused by a bad change to the button notification callback function. By changing the function to async, we don't close the original notification, which results in the original notification to remain visible.
The callback doesn't need to be async. Changing it back to sync fixes the bug.
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Updated•4 years ago
|
Pushed by kaie@kuix.de:
https://hg.mozilla.org/comm-central/rev/5060f4fffb67
Reenable reminder for partially encrypted messages. r=mkmelin
Assignee | ||
Updated•4 years ago
|
Updated•4 years ago
|
Assignee | ||
Comment 3•4 years ago
|
||
Comment on attachment 9212482 [details]
Bug 1701924 - Reenable reminder for partially encrypted messages. r=mkmelin
[Approval Request Comment]
Regression caused by (bug #): 1681887
User impact if declined: important reminder is not shown
Testing completed (on c-c, etc.): yes
Risk to taking this patch (and alternatives if risky): low
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 4•4 years ago
|
||
Comment on attachment 9212482 [details]
Bug 1701924 - Reenable reminder for partially encrypted messages. r=mkmelin
See above beta approval request for details.
Requesting esr78 approval, however, should wait for at least 2 weeks beta testing.
Comment 5•4 years ago
|
||
Comment on attachment 9212482 [details]
Bug 1701924 - Reenable reminder for partially encrypted messages. r=mkmelin
[Triage Comment]
Approved for beta
Assignee | ||
Comment 6•4 years ago
|
||
Comment 7•4 years ago
|
||
Comment on attachment 9212482 [details]
Bug 1701924 - Reenable reminder for partially encrypted messages. r=mkmelin
[Triage Comment]
Approved for esr78
Assignee | ||
Comment 8•4 years ago
|
||
Description
•