Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

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.