ابحث في الدعم

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

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

  • 1 (رد واحد)
  • 0 have this problem
  • 130 views
  • آخر ردّ كتبه 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.

All Replies (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; }