Clipped buttons in OpenPGP "add key" dialog
Categories
(Thunderbird :: Preferences, defect, P2)
Tracking
(thunderbird_esr102 unaffected, thunderbird113 affected, thunderbird114 affected)
Tracking | Status | |
---|---|---|
thunderbird_esr102 | --- | unaffected |
thunderbird113 | --- | affected |
thunderbird114 | --- | affected |
People
(Reporter: soeren.hentzschel, Assigned: elijmitchell)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [snnot3p])
Attachments
(2 files)
STR:
- Make sure that you have OpenPGP configured
- Open your account settings > End-to-End Encryption > Add Key…
Actual:
Clipped buttons.
Expected:
You can see the Cancel and Continue buttons.
It's a regression from bug 1820744. Tested in Thunderbird Daily 114.0a1 (2023-05-07) on macOS 13.3.1.
Comment 1•2 years ago
|
||
Thanks Sören, I had seen that too, and there's more. Confirming for Daily 115.0a1 (2023-05-09) (64-bit), Win10.
Elizabeth, is this hard to fix (flexbox issue)?
(In reply to Sören Hentzschel from comment #0)
It's a regression from bug 1820744. Tested in Thunderbird Daily 114.0a1 (2023-05-07) on macOS 13.3.1.
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Comment 2•2 years ago
|
||
This is an easy fix and involves CSS.
I have seen this as well.
As a work around right now, you can resize the dialog from the corner to make the dialog bigger.
Assignee | ||
Comment 4•2 years ago
|
||
I am quickly working on this. If this is already in progress, just let me know.
Assignee | ||
Comment 5•2 years ago
|
||
I could not quickly figure this out quickly, so unassigning just in case Richard can get to this more quickly.
The size of the window parent of #openPgpKeyWizardDialog
is not being respected. The item .dialogBox[resizable="true"]
is set to overflow hidden.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 6•2 years ago
|
||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Pushed by alessandro@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/d29e454d7954
Resize OpenPGP key wizard subdialog when launched. r=kaie
Description
•