Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

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

  • 1 ответ
  • 0 имеют эту проблему
  • 125 просмотров
  • Последний ответ от 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.

Все ответы (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; }