Closed Bug 1701924 Opened 4 years ago Closed 4 years ago

Partial inline reminder no longer shown

Categories

(MailNews Core :: Security: OpenPGP, defect)

defect

Tracking

(thunderbird_esr78+ fixed, thunderbird89+ fixed)

RESOLVED FIXED
90 Branch
Tracking Status
thunderbird_esr78 + fixed
thunderbird89 + fixed

People

(Reporter: KaiE, Assigned: KaiE)

References

(Regression)

Details

Attachments

(1 file)

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.

Pushed by kaie@kuix.de:
https://hg.mozilla.org/comm-central/rev/5060f4fffb67
Reenable reminder for partially encrypted messages. r=mkmelin

Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch

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

Attachment #9212482 - Flags: approval-comm-beta?

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.

Attachment #9212482 - Flags: approval-comm-esr78?

Comment on attachment 9212482 [details]
Bug 1701924 - Reenable reminder for partially encrypted messages. r=mkmelin

[Triage Comment]
Approved for beta

Attachment #9212482 - Flags: approval-comm-beta? → approval-comm-beta+

Comment on attachment 9212482 [details]
Bug 1701924 - Reenable reminder for partially encrypted messages. r=mkmelin

[Triage Comment]
Approved for esr78

Attachment #9212482 - Flags: approval-comm-esr78? → approval-comm-esr78+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: