搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Sidebar is not persistent

  • 13 个回答
  • 2 人有此问题
  • 70 次查看
  • 最后回复者为 John99

more options

FF 7.0.1 on Win7-64. I can enable the bookmarks sidebar (via menu or CTRL-B) but after closing and restarting FF it's gone again. I have already tried the suggestions from https://support.mozilla.com/en-US/kb/Preferences are not saved (no user.js, deleting prefs.js, fixing localstore.rdf) but nothing helped yet.

FF 7.0.1 on Win7-64. I can enable the bookmarks sidebar (via menu or CTRL-B) but after closing and restarting FF it's gone again. I have already tried the suggestions from https://support.mozilla.com/en-US/kb/Preferences are not saved (no user.js, deleting prefs.js, fixing localstore.rdf) but nothing helped yet.

被采纳的解决方案

I think I finally got it to work. I have a second computer (same setup) where it works. So I compared the localstore.rdf files and found the problem.

 <RDF:Description RDF:about="chrome://browser/content/browser.xul#sidebar-box"
                  sidebarcommand="viewBookmarksSidebar"
                  width=""
                  src="chrome://browser/content/bookmarks/bookmarksPanel.xul" />

The sidebar was enabled but the width was empty so in effect disabled. Also closing a browser with the sidebar showing didn't change this value. After manually entering a value I can now open a new browser window with sidebar enabled.

定位到答案原位置 👍 0

所有回复 (13)

more options

I am not sure it is intended to be persistent, unless you use restore previous session rather than a home page. Maybe there is some preference that can be set. Make sure you exit from firefox using Firefox button -> exit

more options

It used to be persistent in previous versions (don't know exactly when it changed). Of course I exit normally with [X] or Exit. Restoring a previous session is enabled and seems to work. But a new browser window (when there are already some open) again is without sidebar, even if all the other windows have the sidebar enabled.

more options

Is that a pop-up window that has the sidebar missing?

If it only happens in one window then close that window or tear-off the tabs to a new window to see if that makes the sidebar persist.

more options

It's not a pop-up window, just a normal browser after clicking on the FF-icon on the desktop or starting "firefox.exe" on the command line. No, closing and reopeing it doesn't help.

more options

Can you tell me where this setting should be saved? Then I can check if it is not stored at all or if it is not active while opening an additional browser window.

If I have a browser with bookmarks sidebar and I do a "open link in new window" then the new browser window does have the bookmarks sidebar. It's only a completely new browser that has no sidebar.

more options

Such data is stored in the file localstore.rdf in the profile folder.

more options

OK, but what is the name of the setting? I have already tried the fixing as mentioned in the first post. The xml syntax looks well formed.

more options

-> Tap ALT key or press F10 to temporarily show the Menu bar

  • go to View Menu -> Sidebar -> select Bookmarks

Check and tell if its working.

more options

Yes, this works, as written in my first post. That was never the problem but the persistence across browser windows if I open a new one.

more options

Start Firefox in Diagnose Firefox issues using Troubleshoot Mode to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).

more options

Doesn't help, after restarting FF and opening a new browser window the sidebar is gone again (not in the restored windows, only in the new one).

more options

选择的解决方案

I think I finally got it to work. I have a second computer (same setup) where it works. So I compared the localstore.rdf files and found the problem.

 <RDF:Description RDF:about="chrome://browser/content/browser.xul#sidebar-box"
                  sidebarcommand="viewBookmarksSidebar"
                  width=""
                  src="chrome://browser/content/bookmarks/bookmarksPanel.xul" />

The sidebar was enabled but the width was empty so in effect disabled. Also closing a browser with the sidebar showing didn't change this value. After manually entering a value I can now open a new browser window with sidebar enabled.

more options

Glad it works, congratulations on discovering the solution.