Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

FULL SCREEN: Is there an extension to stop the mouse cursor from activating the toolbars?

  • 1 risposta
  • 0 hanno questo problema
  • 125 visualizzazioni
  • Ultima risposta di cor-el

more options

If you use Full Screen a lot you'll notice that when your mouse cursor is near the top of the screen it often activates the appearance of the Address and Menu bars and whatever other toolbars you have working. The whole screen suddenly jolts down. Then up as soon as the cursor moves down. I cannot imagine the mindset of the designer that implemented it; must have been someone poor on the keyboard that uses the mouse as much as possible. Alt+D activates the toolbar! We don't need any mouse cursor to display it. Especially as we need to type anyway to use the Address Bar. I searched Add-Ons but couldn't find anything. Any ideas of how to stop the cursor from activating the toolbars? Anything in about:config maybe? Anything I can edit in the files? Please! Let's get some sanity back to Firefox Full Screen.

If you use Full Screen a lot you'll notice that when your mouse cursor is near the top of the screen it often activates the appearance of the Address and Menu bars and whatever other toolbars you have working. The whole screen suddenly jolts down. Then up as soon as the cursor moves down. I cannot imagine the mindset of the designer that implemented it; must have been someone poor on the keyboard that uses the mouse as much as possible. Alt+D activates the toolbar! We don't need any mouse cursor to display it. Especially as we need to type anyway to use the Address Bar. I searched Add-Ons but couldn't find anything. Any ideas of how to stop the cursor from activating the toolbars? Anything in about:config maybe? Anything I can edit in the files? Please! Let's get some sanity back to Firefox Full Screen.

Tutte le risposte (1)

more options

You can use code in userChrome.css to hide the fullscr-toggler and prevent showing the toolbars when you move the mouse pointer to the top of the window.

userChrome.css =>

*|div#fullscr-toggler { display:none!important; }