subject always initially showing the unencrypted symbol
Categories
(MailNews Core :: Security: OpenPGP, defect)
Tracking
(thunderbird_esr115 fixed, thunderbird120 fixed)
People
(Reporter: mkmelin, Assigned: mkmelin)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [snnot3p])
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr115+
|
Details | Review |
Even if no encryption whatsoever is configured (new profile), when replying to an email there is now always a flash of the "unencrypted subject" showing.
How long it shows seems to depend a bit on the accounts (less than a sec, but even with a new account maybe 200ms).
Expected results: no unencrypted subject showing
Updated•2 years ago
|
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
The call stack is
updateEncryptedSubject()
updateEncryptionDependencies()
checkEncryptionState()
ComposeFieldsReady()
It will get set to hidden/shown later. Just hide it to start off.
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Pushed by brendan@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/b016eed391a1
Avoid having unencrypted subject icon flash at start of message compose. r=kaie
Assignee | ||
Comment 3•1 year ago
|
||
Comment on attachment 9360190 [details]
Bug 1828591 - Avoid having unencrypted subject icon flash at start of message compose. r=#thunderbird-reviewers
[Approval Request Comment]
Regression caused by (bug #): unclear
User impact if declined: briefly flashing icon in subject field on compose startup
Testing completed (on c-c, etc.): c-c
Risk to taking this patch (and alternatives if risky): very safe
Comment 4•1 year ago
|
||
Comment on attachment 9360190 [details]
Bug 1828591 - Avoid having unencrypted subject icon flash at start of message compose. r=#thunderbird-reviewers
[Triage Comment]
Approved for beta
Comment 5•1 year ago
|
||
bugherder uplift |
Thunderbird 120.0b2:
https://hg.mozilla.org/releases/comm-beta/rev/256e46f91bc0
Comment 6•1 year ago
|
||
Comment on attachment 9360190 [details]
Bug 1828591 - Avoid having unencrypted subject icon flash at start of message compose. r=#thunderbird-reviewers
[Triage Comment]
Approved for esr115
Comment 7•1 year ago
|
||
bugherder uplift |
Thunderbird 115.4.2:
https://hg.mozilla.org/releases/comm-esr115/rev/2e325aea47e6
Description
•