Remove Linux-only toolbarbutton-dropdown binding
Categories
(Firefox :: Bookmarks & History, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: ntim, Assigned: ntim)
References
Details
Attachments
(1 file)
https://searchfox.org/mozilla-central/source/browser/themes/linux/places/organizer.xml
It looks like this just adds a dropdown icon and changes the padding a bit. That could all be done in CSS or dropped.
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Dão, Marco, Do you know why the library window is using a menubar
+ menu
as opposed to toolbarbutton[type=menu]
which would provide the correct markup and styling on Linux and Windows ?
It seems to me that using toolbarbutton[type=menu]
everywhere like we already do on macOS would allow getting rid of the Linux binding.
https://searchfox.org/mozilla-central/source/browser/components/places/content/places.xul#170-176
What do you think ?
Comment 2•6 years ago
|
||
(In reply to Tim Nguyen :ntim from comment #1)
Dão, Marco, Do you know why the library window is using a
menubar
+menu
as opposed totoolbarbutton[type=menu]
which would provide the correct markup and styling on Linux and Windows ?
To make it accessible like a menu bar, e.g. use Alt+O to open the Organize menu.
Updated•6 years ago
|
Comment 3•6 years ago
|
||
There's some history in bug 400703
Updated•6 years ago
|
Assignee | ||
Comment 4•6 years ago
|
||
Updated•6 years ago
|
Comment 6•6 years ago
|
||
bugherder |
Assignee | ||
Updated•6 years ago
|
Description
•