Open
Bug 727567
Opened 13 years ago
[Mac Default] toolbargrippy added to xpfe="false" toolbar under certain circumstances
Categories
(SeaMonkey :: Themes, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: stefanh, Unassigned)
Details
In classic/mac/communicator/toolbar.css we have the following overrides (they're last):
toolbar:not([nowindowdrag="true"]):not([type="menubar"]) {
-moz-binding: url("chrome://communicator/content/bindings/toolbar.xml#grippytoolbar-drag");
}
.toolbar-primary:not([nowindowdrag="true"]):not([type="menubar"]) {
-moz-binding: url("chrome://communicator/content/bindings/toolbar.xml#grippytoolbar-primary-drag");
}
This means that using xpfe="false" on toolbars without the above attributes will result in a toolbargrippy being added.
You need to log in
before you can comment on or make changes to this bug.
Description
•