搜索 | 用户支持

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

Learn More

Putting bookmarks into Tab bar makes Tabs disappear

more options

Steps to reproduce: -> Reset Firefox Layout to default -> Add lots of bookmarks (more than fit on your screen) to your bookmark bar. -> Display the bookmark bar. There should be a >> symbol on the right, as not all bookmarks fit there -> Go to customize -> Drag the bookmark area (the element that actually displays the bookmarks from the bar) away from the bookmark bar and put it to the right of the tabs section. -> Hide the (now empty) bookmark bar. -> Close customization. Problem: The bookmarks now completely hide the tabs and there are no more tabs displayed. Eventually, depending on where you placed the bookmarks element, there is a superposition of both to the very left.

Steps to reproduce: -> Reset Firefox Layout to default -> Add lots of bookmarks (more than fit on your screen) to your bookmark bar. -> Display the bookmark bar. There should be a >> symbol on the right, as not all bookmarks fit there -> Go to customize -> Drag the bookmark area (the element that actually displays the bookmarks from the bar) away from the bookmark bar and put it to the right of the tabs section. -> Hide the (now empty) bookmark bar. -> Close customization. Problem: The bookmarks now completely hide the tabs and there are no more tabs displayed. Eventually, depending on where you placed the bookmarks element, there is a superposition of both to the very left.

被采纳的解决方案

You can constrain the width of the Bookmarks Toolbar Items element with a user style.

  1. Install Stylish and restart Firefox when prompted.
  2. Click the ≡ Menu Button and choose Add-ons.
  3. In the Add-ons Manager, click User Styles on the left.
  4. Click the Write New Style button at the top. Paste the following in the text box, give the style a name, then click the Save button.

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#TabsToolbar > #personal-bookmarks { max-width: 400px !important; }

If you don't want to install an add-on, you can use the userChrome.css file instead, but I don't recommend it.

定位到答案原位置 👍 0

所有回复 (3)

more options

选择的解决方案

You can constrain the width of the Bookmarks Toolbar Items element with a user style.

  1. Install Stylish and restart Firefox when prompted.
  2. Click the ≡ Menu Button and choose Add-ons.
  3. In the Add-ons Manager, click User Styles on the left.
  4. Click the Write New Style button at the top. Paste the following in the text box, give the style a name, then click the Save button.

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#TabsToolbar > #personal-bookmarks { max-width: 400px !important; }

If you don't want to install an add-on, you can use the userChrome.css file instead, but I don't recommend it.

more options

Thanks for this workaround! Hope the developers will make this unnecessary in an upcoming update.

more options

kalsan wrote:

Thanks for this workaround!

You're quite welcome.

kalsan wrote:

Hope the developers will make this unnecessary in an upcoming update. 

It's still a problem in the latest Nightly (which is currently Firefox 32). Also, it looks like this has been an issue since Firefox 16, if not earlier. You can monitor the following bug report for any progress.