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!

Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Learn More

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

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 antwurd
  • 1 hat dit probleem
  • 6 werjeftes
  • Lêste antwurd fan 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 }
Keppele skermôfbyldingen

Bewurke troch SamXubuntu op

Alle antwurden (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