Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

Loosing Toolbars

  • 3 Antworten
  • 26 haben dieses Problem
  • 2 Aufrufe
  • Letzte Antwort von Morbus

more options

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.

Ausgewählte Lösung

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.

Diese Antwort im Kontext lesen 👍 0

Alle Antworten (3)

more options

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

more options

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

more options

Ausgewählte Lösung

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.

Geändert am von cor-el