We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Loosing Toolbars

  • 3 답장
  • 26 이 문제를 만남
  • 2 보기
  • 최종 답변자: 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.

선택된 해결법

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.

문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (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

선택된 해결법

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 수정일시