Closed
Bug 1439322
Opened 7 years ago
Closed 6 years ago
Honor titlebar button order
Categories
(Core :: Widget: Gtk, enhancement)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: stransky, Unassigned)
References
(Blocks 1 open bug)
Details
We don't titlebar button order - we render minimize/maximize/close buttons now.
It would need to reorder buttons at browser.xul:
https://dxr.mozilla.org/mozilla-central/rev/ad133cd410a719c0b67e61b8d3b1c77a32fd80a9/browser/base/content/browser.xul#586
Comment 1•7 years ago
|
||
Does this also include not honoring the native button position (left edge vs. right edge)?
Reporter | ||
Comment 2•6 years ago
|
||
(In reply to Martin Giger [:freaktechnik] from comment #1)
> Does this also include not honoring the native button position (left edge
> vs. right edge)?
Yes, we don't follow that.
Reporter | ||
Comment 3•6 years ago
|
||
Actually the left/right placement is Bug 1433667. Closing this one as WONTFIX as I have no intention to fix this one.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Reporter | ||
Comment 4•6 years ago
|
||
We can use -moz-box-ordinal-group property to order the buttons if there's such need.
You need to log in
before you can comment on or make changes to this bug.
Description
•