Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜尋 Mozilla 技術支援網站

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

Learn More

Rigth click menu instantly clicks first element on pop up menu

  • 2 回覆
  • 1 有這個問題
  • 1 次檢視
  • 最近回覆由 lans9831

more options

Whenever I right click it instantly clicks first element on the pop up menu, for example when I right click a link it automatically opens that link in a new tab, other example is when I right click over no element and I got back to my previous page (like if I were clicking back button in the right click pop up menu)

Whenever I right click it instantly clicks first element on the pop up menu, for example when I right click a link it automatically opens that link in a new tab, other example is when I right click over no element and I got back to my previous page (like if I were clicking back button in the right click pop up menu)

被選擇的解決方法

Sorry, I already found the solution, it was something weird happening with some window managers on Linux (in my case bspwm), the solution was to edit userChrome.css with this content without quotes

"#contentAreaContextMenu { margin: 10px 0px 0px 10px; }" 

If someone has this problem can try this if Safe Mode doesn't solve it.

從原來的回覆中察看解決方案 👍 0

所有回覆 (2)

more options

Start Firefox in Safe Mode to check if one of the extensions ("3-bar" menu button or Tools -> Add-ons -> Extensions) or if hardware acceleration is causing the problem.

  • switch to the DEFAULT theme: "3-bar" menu button or Tools -> Add-ons -> Appearance
  • do NOT click the "Refresh Firefox" button on the Safe Mode start window
more options

選擇的解決方法

Sorry, I already found the solution, it was something weird happening with some window managers on Linux (in my case bspwm), the solution was to edit userChrome.css with this content without quotes

"#contentAreaContextMenu { margin: 10px 0px 0px 10px; }" 

If someone has this problem can try this if Safe Mode doesn't solve it.

由 lans9831 於 修改