Closed
Bug 941326
Opened 11 years ago
Closed 11 years ago
Toolbar: Customize: Changes Not Saved
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 940099
People
(Reporter: landis, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0 (Beta/Release)
Build ID: 20131120062258
Steps to reproduce:
1: click funky 'menu' button
2: click 'Customize' at bottom of dialog box
3: drag items from left to right 'menu' area
and - or
4: remove item from toolbar (nav-bar)
5: click 'Customize' again to exit ('Quit', quits FF and That should be made Clearer, it's not 'quit' customization
6: either using 'Restart Button' or File > Quite > Start FF Nightly
Actual results:
Any and All changes made to 'Customize' and toolbars are Gone!
Back to stock 'Menu'
and If item(s) was (were) removed or added to toolbar, they are back or gone depending on action taken (add or remove item)
Expected results:
Any changes made to 'Customize' should remain on restart (quit, start)
Items Added to or Removed from Toolbar, Navbar should persist.
*note: Using Default 'light theme'. No persona or 'theme' used.
** note: I also have this code in my userChrome as I HATE 'tabs on top'!!
[code]
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
/*Frank Tabs back to Bottom.... added 19.11.13 - Landis*/
#TabsToolbar {
-moz-box-ordinal-group: 2 !important;
}
#addon-bar {
-moz-box-ordinal-group: 3 !important;}
[/code]
Landis.
Updated•11 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•