Closed
Bug 1769472
Opened 4 years ago
Closed 4 years ago
Key assistant dialog isn't really hidden when not open, part of the tab focus cycle
Categories
(MailNews Core :: Security: OpenPGP, defect)
MailNews Core
Security: OpenPGP
Tracking
(thunderbird_esr91 unaffected)
RESOLVED
FIXED
102 Branch
| Tracking | Status | |
|---|---|---|
| thunderbird_esr91 | --- | unaffected |
People
(Reporter: darktrojan, Assigned: darktrojan)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
In the compose window, if you press Shift+Tab a number of times, the focus enters the key assistant dialog, which is off-screen but still active. This is because the display: flex in .modal-dialog overrides the display: none in dialog:not([open]).
| Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Keywords: regression
| Assignee | ||
Updated•4 years ago
|
Keywords: checkin-needed-tb
Target Milestone: --- → 102 Branch
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/32fe7bbe50ff
Properly hide Key Assistant dialog when it isn't open. r=Paenglab
You need to log in
before you can comment on or make changes to this bug.
Description
•