搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

How to disable Shift + RMB.

  • 3 回覆
  • 2 有這個問題
  • 19 次檢視
  • 最近回覆由 equilerex

more options

i am working on a website that runs a java applet. when you click on it, it will bind the mouse and keyboard and it replaces the standard controls like mouse clicks and key + mouse combos with applet controls -it runs fine in all browsers but firefox which forces context menu to open when shift + right-click is used, i am guessing that it is a feature against sites that disable right clicks (cant even find any documentation abot it). but can it be disabled for this kind of use?

i am working on a website that runs a java applet. when you click on it, it will bind the mouse and keyboard and it replaces the standard controls like mouse clicks and key + mouse combos with applet controls -it runs fine in all browsers but firefox which forces context menu to open when shift + right-click is used, i am guessing that it is a feature against sites that disable right clicks (cant even find any documentation abot it). but can it be disabled for this kind of use?

所有回覆 (3)

more options

Yes, websites disabling the context menu was a top complaint back in the day when Firefox was designed.

I don't think websites can easily override the user's preference; perhaps you can do it with a signed script?

If you want to suggest to users that they change this setting, it's here:

WIN: orange Firefox button or classic Tools menu > Options > Content
MAC: Firefox > Preferences > Content
LINUX: Edit > Preferences > Content

To the right of Enable JavaScript, click the "Advanced" button. The setting is "Allow scripts to __ Disable or replace context menus"

more options

Does this help?

  • Tools > Options > Content : JavaScript > Advanced > Allow Scripts to:
    • [X] "Disable or replace context menus"
more options

Unfortunately that setting is already enabled and working - i am able to disable right clicking completely (just for testing purposes) but if i hit shift + right-click it bypasses it and still brings up the menu (which is a really cool feature but it should be possible to switch it off, if not through the website then at least through browser settings)