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!

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

Has contentAreaContextMenu had its ID changed?

  • 1 réponse
  • 1 a ce problème
  • 1 vue
  • Dernière réponse par slidinghorn

more options

There is a known issue for some i3 users that when we click the right-mouse button, the context menu will pop up in a position where the first item in the menu is already highlighted, so when the right mouse button is released, it automatically "selects" that item. So if we want to copy a link, for example, we have to be careful to move the mouse before releasing the button or that link will immediately be opened in a new tab.

What some of us have done in the past is to create a userChrome.css file setting a top (and/or left) margin for that menu, which fixes the issue.

In the latest version(s?) of Firefox, this no longer works (but other userChrome.css rules I have set up continue to work), so I'm assuming that the ID of the context menus has been changed. What is the ID now?

There is a known issue for some i3 users that when we click the right-mouse button, the context menu will pop up in a position where the first item in the menu is already highlighted, so when the right mouse button is released, it automatically "selects" that item. So if we want to copy a link, for example, we have to be careful to move the mouse before releasing the button or that link will immediately be opened in a new tab. What some of us have done in the past is to create a userChrome.css file setting a top (and/or left) margin for that menu, which fixes the issue. In the latest version(s?) of Firefox, this no longer works (but other userChrome.css rules I have set up continue to work), so I'm assuming that the ID of the context menus has been changed. What is the ID now?

Solution choisie

Figured it out. The ID has not changed, but apparently now you need to add !important in order for the margin to be recognized.

Lire cette réponse dans son contexte 👍 0

Toutes les réponses (1)

more options

Solution choisie

Figured it out. The ID has not changed, but apparently now you need to add !important in order for the margin to be recognized.