Closed
Bug 447220
Opened 17 years ago
Closed 15 years ago
Firefox 3 Bookmarks menu can only be moved to the left, not to the right (to 6th or 7th place).
Categories
(Firefox :: Menus, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: edinkc, Unassigned)
References
()
Details
(Whiteboard: [CLOSEME 2010-11-15])
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.16) Gecko/20080702 Firefox/2.0.0.16
To customize menu order, numbers 1 through 7 signify order from left to right. Customizing and adding the following code to your userChrome.css file, menu order of appearance can be changed:
1. file-menu {-moz-box-ordinal-group: 1 !important;}
2. edit-menu {-moz-box-ordinal-group: 2 !important;}
3. view-menu {-moz-box-ordinal-group: 3 !important;}
4. history-menu {-moz-box-ordinal-group: 4 !important;}
5. bookmarks-menu {-moz-box-ordinal-group: 5 !important;}
6. tools-menu {-moz-box-ordinal-group: 6 !important;}
7. helpMenu {-moz-box-ordinal-group: 7 !important;}
Except with Firefox 3, Bookmarks menu can only be moved to the left, not to the right (to 6th or 7th place).
Is this a bug?
Reproducible: Always
Steps to Reproduce:
To customize menu order, numbers 1 through 7 signify order from left to right. Customizing and adding the following code to your userChrome.css file, menu order of appearance can be changed:
1. file-menu {-moz-box-ordinal-group: 1 !important;}
2. edit-menu {-moz-box-ordinal-group: 2 !important;}
3. view-menu {-moz-box-ordinal-group: 3 !important;}
4. history-menu {-moz-box-ordinal-group: 4 !important;}
5. bookmarks-menu {-moz-box-ordinal-group: 5 !important;}
6. tools-menu {-moz-box-ordinal-group: 6 !important;}
7. helpMenu {-moz-box-ordinal-group: 7 !important;}
Except with Firefox 3, Bookmarks menu can only be moved to the left, not to the right (to 6th or 7th place).
Is this a bug?
Actual Results:
Bookmarks menu can only be moved to the left, not to the right (to 6th or 7th place).
Expected Results:
Bookmarks menu (just like in Firefox 2) SHOULD be able to be moved to the right (to 6th or 7th place).
Bookmarks menu (just like in Firefox 2) SHOULD have moved to the right (to 6th or 7th place).
It turns out that this is not a bug and that
#bookmarks-menu has become
#bookmarksMenu in Firefox 3.
Comment 2•15 years ago
|
||
This bug was reported using Firefox 3.0 or older, which is no longer supported. The bug has also not been changed in over 500 days and is still in UNCO.
Reporter, please retest this bug in Firefox 3.6.10 or later using a fresh profile, http://support.mozilla.com/en-US/kb/managing+profiles. If you still see this problem, please update the bug. If you no longer see the bug, please set the resolution to RESOLVED, WORKSFORME.
This is a mass search of unconfirmed bugs that have no activity on them, so if you feel a bug was marked in error, just remove the CLOSEME comment in the whiteboard within the next month.
Whiteboard: [CLOSEME 2010-11-15]
Comment 3•15 years ago
|
||
No reply, INCOMPLETE. Please retest with Firefox 3.6.12 or later and a new profile (http://support.mozilla.com/kb/Managing+profiles). If you continue to see this issue with the newest firefox and a new profile, then please comment on this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•