Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Saber mais

Putting bookmarks into Tab bar makes Tabs disappear

  • 3 respostas
  • 2 têm este problema
  • 1 visualização
  • Última resposta por Gingerbread Man

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.

Solução escolhida

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.

Ler esta resposta no contexto 👍 0

Todas as respostas (3)

more options

Solução escolhida

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.