Closed
Bug 608979
Opened 15 years ago
Closed 15 years ago
When autohide book mark toolbar is enabled, unselecting book mark toolbar from menu has no effect
Categories
(Firefox :: Toolbars and Customization, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: SNtrjn, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:2.0b6) Gecko/20100101 Firefox/4.0b6
Build Identifier: Mozilla/5.0 (Windows NT 5.1; rv:2.0b6) Gecko/20100101 Firefox/4.0b6
I edited userchrome.css to include this
#PersonalToolbar {visibility: collapse !important;}
#navigator-toolbox:hover > #PersonalToolbar {visibility: visible !important;}
And I unselected the bookmark toolbar from the menu (to temporarily disable this because the autohiding was distracting me). This had no effect. the toobar was still autohiding
Reproducible: Always
Steps to Reproduce:
1.Enable bookmark toolbar. Edit userchrome.css file.
2.Bookmark toolbar autohides correctly.
3.Uncheck bookmark toolbar from menu.
4.Bookmark toolbar continues to autohide
Actual Results:
Bookmark toobar appears even after deselection.
Expected Results:
Bookmark toobar should appear only when selected in menu.
Comment 1•15 years ago
|
||
userChrome.css changes are done at your own risk.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•