Closed
Bug 1788808
Opened 2 years ago
Closed 2 years ago
Handle changes from bug 1740989 - Implement focus fixup rule
Categories
(Thunderbird :: Upstream Synchronization, defect)
Thunderbird
Upstream Synchronization
Tracking
(thunderbird_esr102 unaffected)
RESOLVED
FIXED
106 Branch
Tracking | Status | |
---|---|---|
thunderbird_esr102 | --- | unaffected |
People
(Reporter: darktrojan, Assigned: darktrojan)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Some things are broken after bug 1740989 landed:
- mail/test/browser/account/browser_mailAccountSetupWizard.js is broken because account setup focus moves to the added radio button instead of staying on the password field so this enter keypress doesn't work
- focus doesn't go back to the address field after Ctrl+S in the compose window, so mail/test/browser/composition/browser_saveChangesOnQuit.js is broken
- something's wrong in mail/test/browser/pref-window/browser_fontChooser.js on Mac and Windows that I haven't yet investigated
Assignee | ||
Comment 1•2 years ago
|
||
The browser_fontChooser.js problem is just a timing thing – maybe unrelated but I'm saying it is anyway.
Assignee | ||
Comment 2•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → geoff
Status: NEW → ASSIGNED
Updated•2 years ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/f49867829c62
Handle changes from bug 1740989 - Implement focus fixup rule. r=aleca
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•2 years ago
|
Target Milestone: --- → 106 Branch
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/c9a66c63ab9d
follow-up - Remove failing assertion. rs=me
You need to log in
before you can comment on or make changes to this bug.
Description
•