Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

搜索 | 用户支持

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

详细了解

Has contentAreaContextMenu had its ID changed?

  • 1 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 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?

被采纳的解决方案

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

定位到答案原位置 👍 0

所有回复 (1)

more options

选择的解决方案

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