Този сайт ще има ограничена функционалност, докато се извършва тече неговата поддръжка. Ако дадена статия не може реши проблема ви и искате да зададете въпрос, нашата общност е готова да ви помогне на @firefox в Twitter и /r/firefox в Reddit.

Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

How do I disable Bookmarks Toolbar Items from disappearing when not maximized

  • 2 отговора
  • 2 имат този проблем
  • 1 изглед
  • Последен отговор от RandomName1593

more options

After a few days of the popup to update to FF31, finally did so. Seemed to work fine until I'd opted to tab out of a game to read some pages. Since the window is rarely maximized while playing, imagine my surprise when the Bookmarks Toolbar Items line was missing. Quickly discovered that once a single pixel of the BTI no longer fits, the entire bar disappears under that double-arrow menu.

Before, only single bookmarks would disappear under that. I want to restore that function.

The "Bookmarks Toolbar" is not ticked because it's an extra row that I don't want taking up screen space. I have the BTI set to immediately follow the navigation buttons

After a few days of the popup to update to FF31, finally did so. Seemed to work fine until I'd opted to tab out of a game to read some pages. Since the window is rarely maximized while playing, imagine my surprise when the Bookmarks Toolbar Items line was missing. Quickly discovered that once a single pixel of the BTI no longer fits, the entire bar disappears under that double-arrow menu. Before, only single bookmarks would disappear under that. I want to restore that function. The "Bookmarks Toolbar" is not ticked because it's an extra row that I don't want taking up screen space. I have the BTI set to immediately follow the navigation buttons

Избрано решение

The Bookmarks Toolbar items do not appear to be working well when placed on the Navigation Toolbar. We have seen more reports about this issue. Maybe it helps to set a minimum width of this item with code in the userChrome.css file.

It might also work if you use the Classic Theme Restorer extension and move items from the Navigation Toolbar to another toolbar.


Add code to the userChrome.css file below the default @namespace line.


@namespace url("https://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

@namespace url("https://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#urlbar-container {max-width:400px!important}
#search-container {max-width:200px!important}
#personal-bookmarks, #PlacesToolbar {max-width:500px!important}

The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.

Прочетете този отговор в контекста 👍 1

Всички отговори (2)

more options

Избрано решение

The Bookmarks Toolbar items do not appear to be working well when placed on the Navigation Toolbar. We have seen more reports about this issue. Maybe it helps to set a minimum width of this item with code in the userChrome.css file.

It might also work if you use the Classic Theme Restorer extension and move items from the Navigation Toolbar to another toolbar.


Add code to the userChrome.css file below the default @namespace line.


@namespace url("https://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

@namespace url("https://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#urlbar-container {max-width:400px!important}
#search-container {max-width:200px!important}
#personal-bookmarks, #PlacesToolbar {max-width:500px!important}

The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.

more options

Forgot to add I'm already using Classic Theme Restorer. Either way, got it. Ticked on "Additional Toolbar", moved everything to it(nav/history/etc buttons, bookmark toolbar items, addon buttons), then used CTR to remove the nav bar.

To note, this is the functionality I was aiming to restore: http://i.imgur.com/ymLDiiE.png Before, if shrunk to that width, those 3 addon icons and the entire BTI would disappear to under a thicker double-arrow icon'd menu