搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Wrong offset for the right-click menu → Right-click on link immediately opens link in new tab unless button is held (at least three years old bug)

  • 2 个回答
  • 1 人有此问题
  • 6 次查看
  • 最后回复者为 SamXubuntu

more options

Hi. There is this at least three years old GUI bug that is not yet fixed, I'm writing this post to show the temporary workaround and hopefully get more interest in the bug itself. This would be an urgent usability bug, but it's still here because probably not everyone can reproduce it.

Link to one of the bug reports: https://bugzilla.mozilla.org/show_bug.cgi?id=1504021


> Description

Removing the title bar doesn't set an offset for the right-click menu → the right-click menu will appear slightly wrong positioned, with its first entry below the mouse cursor → the first entry of the menu will get a mouse-release event and will trigger.

The effect of this can be different depending on what you right-click:

  • right-click some empty area in a web-page: you will be taken back to the previous page (because the first menu entry does that)
  • right-click a link: you will open the link in a new tab (because the first menu entry does that)


> Steps

  • Have a non-maximized Firefox window.
  • Disable the title bar (through the "Customize..." option)
  • Right-click anywhere on a webpage: you will be taken to the previous page.


> Workaround

Enable user styles by setting toolkit.legacyUserProfileCustomizations.stylesheets to true. Create "chrome" folder in your profile directory. Inside, create "userChrome.css", and write:

   #contentAreaContextMenu{ margin: 20px 0 0 20px }
Hi. There is this at least three years old GUI bug that is not yet fixed, I'm writing this post to show the temporary workaround and hopefully get more interest in the bug itself. This would be an urgent usability bug, but it's still here because probably not everyone can reproduce it. Link to one of the bug reports: https://bugzilla.mozilla.org/show_bug.cgi?id=1504021 > Description Removing the title bar doesn't set an offset for the right-click menu → the right-click menu will appear slightly wrong positioned, with its first entry below the mouse cursor → the first entry of the menu will get a mouse-release event and will trigger. The effect of this can be different depending on what you right-click: * right-click some empty area in a web-page: you will be taken back to the previous page (because the first menu entry does that) * right-click a link: you will open the link in a new tab (because the first menu entry does that) > Steps * Have a non-maximized Firefox window. * Disable the title bar (through the "Customize..." option) * Right-click anywhere on a webpage: you will be taken to the previous page. > Workaround Enable user styles by setting toolkit.legacyUserProfileCustomizations.stylesheets to true. Create "chrome" folder in your profile directory. Inside, create "userChrome.css", and write: #contentAreaContextMenu{ margin: 20px 0 0 20px }
已附加屏幕截图

由SamXubuntu于修改

所有回复 (2)

more options

Did you try the workaround in comment 10 to modify a pref on the about:config page ?

  • ui.context_menus.after_mouseup
  • bug 1504021 - Right-click on link immediately opens link in new tab unless button is held
more options

I'm fine with the workaround described in my OP.

I've opened another bug report: https://bugzilla.mozilla.org/show_bug.cgi?id=1625774