Dette websted vil have begrænset funktionalitet, mens vi gennemgår vedligeholdelse for at forbedre din oplevelse. Hvis en artikel ikke løser dit problem, og du vil stille et spørgsmål, har vi vores supportfællesskab, der venter på at hjælpe dig på @FirefoxSupport på Twitter og/r/firefox på Reddit.

Søg i Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Læs mere

Firefox developer edition 52.0a2 - won't save changes made to customize toolbar after browser exit

  • 4 svar
  • 5 har dette problem
  • 2 visninger
  • Seneste svar af AlonBD

more options

The toolbar gets reverted to default after I restart the browser, no matter what changes I make to customize the toolbar.

I've already tried everything here: https://support.mozilla.org/en-US/kb/changes-toolbars-and-window-sizes-are-not-saved

I've also completely uninstalled firefox, along with the firefox's appdata folder, and installed again (and restarted the computer several times). I've tried running it in admin mode. Nothing appears to fix it. Can't seem to find if this is a known bug or not.

Browser: Firefox developer edition 52.0a2 OS: windows 10 64bit Pro

The toolbar gets reverted to default after I restart the browser, no matter what changes I make to customize the toolbar. I've already tried everything here: https://support.mozilla.org/en-US/kb/changes-toolbars-and-window-sizes-are-not-saved I've also completely uninstalled firefox, along with the firefox's appdata folder, and installed again (and restarted the computer several times). I've tried running it in admin mode. Nothing appears to fix it. Can't seem to find if this is a known bug or not. Browser: Firefox developer edition 52.0a2 OS: windows 10 64bit Pro

Valgt løsning

It could be that one of the extensions is causing this problem.

Start Firefox in Safe Mode to check if one of the extensions ("3-bar" menu button or Tools -> Add-ons -> Extensions) or if hardware acceleration is causing the problem.

  • Switch to the DEFAULT theme: "3-bar" menu button or Tools -> Add-ons -> Appearance
  • Do NOT click the "Refresh Firefox" button on the Safe Mode start window

If it works in Safe Mode and in normal mode with all extensions ("3-bar" menu button or Tools -> Add-ons -> Extensions) disabled then try to find which extension is causing the problem by enabling one extension at a time until the problem reappears.

Close and restart Firefox after each change via *"3-bar" menu button -> Exit (Power button)

  • Windows: File -> Exit
  • Mac: Firefox -> Quit Firefox
  • Linux: File -> Quit
Læs dette svar i sammenhæng 👍 1

Alle svar (4)

more options

The toolbar customization is normally saved in the browser.uiCustomization.state pref.

Do you see this pref on the on the about:config page?

You can paste its value in the Scratchpad and press "Pretty Print".

more options

When I customize the toolbar, the nav-bar property in browser.uiCustomization.state properly reflects the changes I want.

However after I restart the browser, it reverts back to it's default state.

the value after changes (I.E. the one I want to keep)is:

{

  "placements":{
     "PanelUI-contents":[
        "edit-controls",
        "zoom-controls",
        "new-window-button",
        "privatebrowsing-button",
        "save-page-button",
        "print-button",
        "fullscreen-button",
        "find-button",
        "preferences-button",
        "add-ons-button",
        "developer-button",
        "pocket-button"
     ],
     "web-developer-toolbar":[
        "web-developer-disable-toolbar",
        "web-developer-cookies-toolbar",
        "web-developer-css-toolbar",
        "web-developer-forms-toolbar",
        "web-developer-images-toolbar",
        "web-developer-information-toolbar",
        "web-developer-miscellaneous-toolbar",
        "web-developer-outline-toolbar",
        "web-developer-resize-toolbar",
        "web-developer-tools-toolbar",
        "web-developer-view-source-toolbar",
        "web-developer-options-toolbar",
        "customizableui-special-spring1",
        "web-developer-render-mode-statusbar",
        "web-developer-css-statusbar",
        "web-developer-javascript-statusbar"
     ],
     "addon-bar":[
        "addonbar-closebutton",
        "status-bar"
     ],
     "PersonalToolbar":[
        "personal-bookmarks"
     ],
     "nav-bar":[
        "history-panelmenu",
        "bookmarks-menu-button",
        "home-button",
        "urlbar-container",
        "search-container",
        "cys-toolbaritem",
        "downloads-button",
        "loop-button",
        "imacros-toggle-button",
        "youtube-audio-converter",
        "ublock-button",
        "webide-button"
     ],
     "TabsToolbar":[
        "tabbrowser-tabs",
        "new-tab-button",
        "alltabs-button"
     ],
     "toolbar-menubar":[
        "menubar-items"
     ]
  },
  "seen":[
     "pocket-button",
     "loop-button",
     "developer-button",
     "imacros-toggle-button",
     "youtube-audio-converter",
     "ublock-button",
     "webide-button"
  ],
  "dirtyAreaCache":[
     "PersonalToolbar",
     "nav-bar",
     "TabsToolbar",
     "toolbar-menubar",
     "PanelUI-contents",
     "addon-bar",
     "web-developer-toolbar"
  ],
  "currentVersion":6,
  "newElementCount":1

}

value before changes is: {

  "placements":{
     "PanelUI-contents":[
        "edit-controls",
        "zoom-controls",
        "new-window-button",
        "privatebrowsing-button",
        "save-page-button",
        "print-button",
        "history-panelmenu",
        "fullscreen-button",
        "find-button",
        "preferences-button",
        "add-ons-button",
        "developer-button"
     ],
     "web-developer-toolbar":[
        "web-developer-disable-toolbar",
        "web-developer-cookies-toolbar",
        "web-developer-css-toolbar",
        "web-developer-forms-toolbar",
        "web-developer-images-toolbar",
        "web-developer-information-toolbar",
        "web-developer-miscellaneous-toolbar",
        "web-developer-outline-toolbar",
        "web-developer-resize-toolbar",
        "web-developer-tools-toolbar",
        "web-developer-view-source-toolbar",
        "web-developer-options-toolbar",
        "customizableui-special-spring1",
        "web-developer-render-mode-statusbar",
        "web-developer-css-statusbar",
        "web-developer-javascript-statusbar"
     ],
     "addon-bar":[
        "addonbar-closebutton",
        "status-bar"
     ],
     "PersonalToolbar":[
        "personal-bookmarks"
     ],
     "nav-bar":[
        "cys-toolbaritem",
        "urlbar-container",
        "search-container",
        "bookmarks-menu-button",
        "pocket-button",
        "downloads-button",
        "home-button",
        "loop-button",
        "imacros-toggle-button",
        "youtube-audio-converter",
        "ublock-button",
        "webide-button"
     ],
     "TabsToolbar":[
        "tabbrowser-tabs",
        "new-tab-button",
        "alltabs-button"
     ],
     "toolbar-menubar":[
        "menubar-items"
     ]
  },
  "seen":[
     "pocket-button",
     "loop-button",
     "developer-button",
     "imacros-toggle-button",
     "youtube-audio-converter",
     "ublock-button",
     "webide-button"
  ],
  "dirtyAreaCache":[
     "PersonalToolbar",
     "nav-bar",
     "TabsToolbar",
     "toolbar-menubar",
     "PanelUI-contents",
     "addon-bar",
     "web-developer-toolbar"
  ],
  "currentVersion":6,
  "newElementCount":1

}

more options

Valgt løsning

It could be that one of the extensions is causing this problem.

Start Firefox in Safe Mode to check if one of the extensions ("3-bar" menu button or Tools -> Add-ons -> Extensions) or if hardware acceleration is causing the problem.

  • Switch to the DEFAULT theme: "3-bar" menu button or Tools -> Add-ons -> Appearance
  • Do NOT click the "Refresh Firefox" button on the Safe Mode start window

If it works in Safe Mode and in normal mode with all extensions ("3-bar" menu button or Tools -> Add-ons -> Extensions) disabled then try to find which extension is causing the problem by enabling one extension at a time until the problem reappears.

Close and restart Firefox after each change via *"3-bar" menu button -> Exit (Power button)

  • Windows: File -> Exit
  • Mac: Firefox -> Quit Firefox
  • Linux: File -> Quit
more options

Thanks, it was indeed an add-on - Complete Youtube Saver. They were also aware of it apparently.

Should always start with disabling add-ons when tracking down issues :)