Port bug 1790920: Remove nsButtonBoxFrame
Categories
(Thunderbird :: Upstream Synchronization, task)
Tracking
(thunderbird_esr102 unaffected)
| Tracking | Status | |
|---|---|---|
| thunderbird_esr102 | --- | unaffected |
People
(Reporter: Paenglab, Assigned: Paenglab)
References
Details
Attachments
(5 files)
| Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Comment 2•3 years ago
|
||
Port of https://hg.mozilla.org/mozilla-central/rev/c152a51ae80c, and some older updates to maybeAutoHidePanel.
Comment 3•3 years ago
|
||
My patch fixes things like the App Menu hiding when things are clicked on, and therefore about half of the test failures. There's still a problem with split toolbar buttons acting as a single button, hopefully Emilio has some ideas.
Updated•3 years ago
|
| Assignee | ||
Comment 5•3 years ago
|
||
(In reply to Geoff Lankow (:darktrojan) from comment #3)
My patch fixes things like the App Menu hiding when things are clicked on, and therefore about half of the test failures. There's still a problem with split toolbar buttons acting as a single button, hopefully Emilio has some ideas.
For me the only split button not correctly working is the one in the composer's attachment reminder notification.
Comment 6•3 years ago
|
||
The <button> menu-button widget is broken by bug 1790920, but the <toolbarbutton> menu-button widget isn't, so rather than try to fix it and the two uses, this patch abandons the widget and converts the uses to toolbarbutton.
| Assignee | ||
Comment 8•3 years ago
|
||
| Assignee | ||
Comment 9•3 years ago
|
||
Is this the last needed patch? Can the leave-open be removed?
Comment 10•3 years ago
|
||
The button in the filters dialog still looks wrong.
Comment 11•3 years ago
|
||
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/abbb13d8bdfe
Style the toolbarbutton.notification-button on the notification bar. r=aleca
| Assignee | ||
Comment 12•3 years ago
|
||
(In reply to Geoff Lankow (:darktrojan) from comment #10)
The button in the filters dialog still looks wrong.
I can look at it on Friday.
| Assignee | ||
Comment 13•3 years ago
|
||
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Updated•3 years ago
|
Comment 14•3 years ago
|
||
Pushed by thunderbird@calypsoblue.org:
https://hg.mozilla.org/comm-central/rev/909ec22fef3d
Style the toolbarbutton menu-button on the filter dialog. r=aleca
Description
•