Closed
Bug 1842212
Opened 2 years ago
Closed 2 years ago
Use moz-button-group in popupnotification.js
Categories
(Toolkit :: UI Widgets, task)
Toolkit
UI Widgets
Tracking
()
RESOLVED
DUPLICATE
of bug 1832348
People
(Reporter: hjones, Unassigned)
References
Details
(Whiteboard: [recomp])
Our popupnotification is a panel/dialog like element that has some CSS code that handles reordering the buttons on windows: https://searchfox.org/mozilla-central/rev/85b4f7363292b272eb9b606e00de2c37a6be73f0/toolkit/themes/shared/popupnotification.css#77-84
Using order: -1
causes issues with the tab focus order on Windows - see Bug 1831425. This seems like a case where we could potentially use moz-button-group
and remove the ordering code from popupnotification.css
.
Reporter | ||
Updated•2 years ago
|
Whiteboard: [fidefe-reusable-components]
Updated•2 years ago
|
Reporter | ||
Comment 1•2 years ago
|
||
Looks like this work is already getting done as part of Bug 1832348
Updated•1 year ago
|
Whiteboard: [fidefe-reusable-components] → [recomp]
You need to log in
before you can comment on or make changes to this bug.
Description
•