The dialog window shown after the OpenPGP key submission has wrong size
Categories
(MailNews Core :: Security: OpenPGP, defect)
Tracking
(thunderbird_esr115 fixed, thunderbird122 fixed)
People
(Reporter: Bogomil, Assigned: mkmelin)
Details
(Keywords: regression)
Attachments
(2 files)
57.58 KB,
image/png
|
Details | |
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr115+
|
Details | Review |
How to reproduce:
- Menu
- Tools
- OpenPGP Key Manager
- Select one of the keys
- Then click on the "Key Server" menu
- then click publish
I see the success result dialogue, but the "Close " button is cut. See the screenshot. I see this on 115 and on 122
Reporter | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Which exact version of 122 are you using?
Reporter | ||
Comment 2•1 year ago
•
|
||
Hi,
Sorry my bad, it's on 123.0a1 (2023-12-19), but I see the same on 115.* as well
Reporter | ||
Updated•1 year ago
|
Assignee | ||
Comment 3•1 year ago
|
||
I see that with both versions yes. But only for the first time the dialog is opened, and it seems to depend on how long the text is as well.
var { EnigmailDialog } = ChromeUtils.import("chrome://openpgp/content/modules/dialog.jsm");
EnigmailDialog.alert(null, "Public key sent to \"vks://keys.opengpgp.org\".");
Anyway, I literally have patches lined up for landing to use standard dialogs for this instead, which will avoid this issue...
Assignee | ||
Comment 4•1 year ago
|
||
This is a workaround really intended for 115 only. The code in question is getting removed, and fixing the sizing issues is difficult without completely rewriting the html...
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Reporter | ||
Comment 5•1 year ago
|
||
Thanks Magnus!
Assignee | ||
Updated•1 year ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/3fe32769e8a4
Workaround to ensure OpenPGP alerts have some minimum size. r=aleca
Assignee | ||
Comment 7•1 year ago
|
||
Comment on attachment 9369608 [details]
Bug 1870809 - Workaround to ensure OpenPGP alerts have some minimum size. r=#thunderbird-reviewers
[Approval Request Comment]
Regression caused by (bug #): unknown
User impact if declined: bad UI in some openpgp alerts
Testing completed (on c-c, etc.): c-c
Risk to taking this patch (and alternatives if risky): safe
Updated•1 year ago
|
Comment 8•1 year ago
|
||
Comment on attachment 9369608 [details]
Bug 1870809 - Workaround to ensure OpenPGP alerts have some minimum size. r=#thunderbird-reviewers
[Triage Comment]
Approved for beta
Comment 9•1 year ago
|
||
bugherder uplift |
Thunderbird 122.0b3:
https://hg.mozilla.org/releases/comm-beta/rev/800ca93fb18e
Updated•1 year ago
|
Comment 10•1 year ago
|
||
Comment on attachment 9369608 [details]
Bug 1870809 - Workaround to ensure OpenPGP alerts have some minimum size. r=#thunderbird-reviewers
[Triage Comment]
Approved for esr115
Comment 11•1 year ago
|
||
bugherder uplift |
Thunderbird 115.7.0:
https://hg.mozilla.org/releases/comm-esr115/rev/769f55c8eb54
Description
•