Mozilla VPN is currently experiencing an outage. Our team is actively working to resolve the issue. Please check the status page for real-time updates. Thank you for your patience.

This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

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

Loosing Toolbars

  • 3 பதிலளிப்புகள்
  • 26 இந்த பிரச்னைகள் உள்ளது
  • 2 views
  • Last reply by Morbus

I support disabled users. One has an uncontrollable twitch of a finger which causes him to remove the Navigation Toolbar and the Menu Bar. Is there a way to stop this as it causes him considerable grief. We have 'Public Fox' on his PC to stop him altering the options and add-ons.

This happened

A few times a week

== a long time ago - took us ages to figure out what the cause was.

I support disabled users. One has an uncontrollable twitch of a finger which causes him to remove the Navigation Toolbar and the Menu Bar. Is there a way to stop this as it causes him considerable grief. We have 'Public Fox' on his PC to stop him altering the options and add-ons. == This happened == A few times a week == a long time ago - took us ages to figure out what the cause was.

தீர்வு தேர்ந்தெடுக்கப்பட்டது

Try to add this code to userChrome.css below the @namespace line. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */ See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files

#nav-bar, #toolbar-menubar {
 visibility: visible !important;
 height: 26px !important;
 min-height: 26px !important;
}


You can look at the Window's accessibility features:
Windows 7: http://www.microsoft.com/enable/products/windows7/default.aspx - Accessibility in Windows 7
Vista: http://www.microsoft.com/enable/products/windowsvista/
XP: http://www.microsoft.com/enable/products/windowsxp/default.aspx

See also:
http://kb.mozillazine.org/Accessibility_features_of_Firefox
http://www.accessfirefox.org/ - Access Firefox Because the Internet is for everyone.

Read this answer in context 👍 0

All Replies (3)

Hello Andrew.

I think this happens when right clicking the toolbar and accidentally selecting (deselecting) an entry, right?

I don't know of a way to disable that particular contextual menu, but it's definitely possible with extensions. Try searching at addons.mozilla.org. Or you can try the developers' forums to explain your problem and request an extension, if it doesn't exist. Or you can build one yourself if you have the time and skill/will to learn. I'm sorry that this isn't easier to solve.

To recover lost toolbars and buttons, this article will help you:

https://support.mozilla.com/en-US/kb/Back+and+forward+or+other+toolbar+items+are+missing

Morbus Thanks. I at least have a method to recover from the problem. Previously I had to totally remove Firefox and re-install. I've gone through all the add-ons. No luck. I will try the developer centre. Thanks Andrew

தீர்வு தேர்ந்தெடுக்கப்பட்டது

Try to add this code to userChrome.css below the @namespace line. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */ See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files

#nav-bar, #toolbar-menubar {
 visibility: visible !important;
 height: 26px !important;
 min-height: 26px !important;
}


You can look at the Window's accessibility features:
Windows 7: http://www.microsoft.com/enable/products/windows7/default.aspx - Accessibility in Windows 7
Vista: http://www.microsoft.com/enable/products/windowsvista/
XP: http://www.microsoft.com/enable/products/windowsxp/default.aspx

See also:
http://kb.mozillazine.org/Accessibility_features_of_Firefox
http://www.accessfirefox.org/ - Access Firefox Because the Internet is for everyone.

cor-el மூலமாக திருத்தப்பட்டது