Ce site disposera de fonctionnalités limitées pendant que nous effectuons des opérations de maintenance en vue de vous proposer un meilleur service. Si un article ne règle pas votre problème et que vous souhaitez poser une question, notre communauté d’assistance est prête à vous répondre via @FirefoxSupport sur Twitter, et /r/firefox sur Reddit.

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

Anyway to leave Bookmarks bar toggled "ON" when in F11 auto fullscreen mode?

  • 8 réponses
  • 1 a ce problème
  • 1 vue
  • Dernière réponse par cor-el

more options

When you turn on auto fullscreen mode "F11" it automatically toggles "hide toolbars". I cant find a way to leave bookmarks bar enabled with auto fullscreen mode. I know you can use "Ctrl i" to toggle a side bookmarks bar but I would much prefer to have the bookmarks bar shown under search bar when you mouse hover the top of the screen. Any help appreciated.

When you turn on auto fullscreen mode "F11" it automatically toggles "hide toolbars". I cant find a way to leave bookmarks bar enabled with auto fullscreen mode. I know you can use "Ctrl i" to toggle a side bookmarks bar but I would much prefer to have the bookmarks bar shown under search bar when you mouse hover the top of the screen. Any help appreciated.

Toutes les réponses (8)

more options

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


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

#navigator-toolbox[inFullscreen] #PersonalToolbar {
 max-height:none!important;
 visibility:visible!important;
}
more options

Thanks for the reply..

Maybe im doing something wrong? I created userChrome.css file and placed in the active profile folder. bookmarks bar still hidden when in auto fullscreen mode...  Hide toolbars option still checked if I uncheck, auto fullscreen mode disabled.
more options

Hello, the first line is not complete, the parts that I highlight in "bold" are missing @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

Modifié le par GerardoPcp04

more options

You are also missing the !important flags that are required to override existing rules.

You need to use Copy and Paste to ensure you get the correct code.

more options

Thanks I think I have the code installed correctly now but when I toggle F11 , it goes into fullscreen mode but bookmarks bar is still hidden and now the auto fullscreen feature mouse hover is disabled.. Im trying to keep the auto fullscreen mouse hover feature and prevent the bookmarks/favorites bar from becoming hidden when F11 is toggled on.. Thanks again

more options

With the code I posted the Bookmarks Toolbar is included in the toolbars that show if you hover the mouse to the Bookmarks Toolbar all the time then you can only do this via the right-click context menu (remove checkmark on "Hide Toolbars").

more options

with the code installed...enabling F11 immediately hides bookmarks bar and goes into auto fullscreen mode with hover working...removing the "hide toolbars" checkmark immediately toggles F11 off and bookmarks bar remains hidden with no way to bring it back unless you toggle F11 off then bookmarks bar comes back... Can u screenshot on your end... Im not seeing bookmarks bar when I hover

Modifié le par temptek

more options

Do you have the code in userChrome.css exactly as I posted above and is the userChrome.css file located in the chrome folder in the profile folder?

You can use the button on the "Help -> Troubleshooting Information" (about:support) page to go to the current Firefox profile folder or use the about:profiles page.