Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

Wrong choice being selected on right click context menu

  • 3 trả lời
  • 1 gặp vấn đề này
  • 18 lượt xem
  • Trả lời mới nhất được viết bởi Mithun

more options

I am on FF 70.0.1 (64-bit) and Ubuntu 18.04.3 LTS.

Whenever i right click and scroll through the context menu, the pointer always seems to be lagging or leading the highlighted item, depending on whether i am moving up on down.

And sometimes, the click action seems to be selecting the wrong item, usually one index above or below the actual item i clicked.

This same behaviour is repeatable while scrolling using the keyboard up/down keys as well. Unlike the mouse, this keyboard enter key always selects the wrong item, one index below or above the actual highlighted item depending on whether i am moving up or down.

The only extension enabled right now is "Firefox Multi-Account Containers"

Screenshots attached.

I am on FF 70.0.1 (64-bit) and Ubuntu 18.04.3 LTS. Whenever i right click and scroll through the context menu, the pointer always seems to be lagging or leading the highlighted item, depending on whether i am moving up on down. And sometimes, the click action seems to be selecting the wrong item, usually one index above or below the actual item i clicked. This same behaviour is repeatable while scrolling using the keyboard up/down keys as well. Unlike the mouse, this keyboard enter key always selects the wrong item, one index below or above the actual highlighted item depending on whether i am moving up or down. The only extension enabled right now is "Firefox Multi-Account Containers" Screenshots attached.
Đính kèm ảnh chụp màn hình

Giải pháp được chọn

I have figured out the issue, it was related to turning on Cairo XRender acceleration. I have now re-enabled acceleration and the issue is not appearing. Probably because earlier i had both xrender & skia enabled at the same time.

Now only 'Skia' acceleration is enabled and Xrender has been disabled.

gfx.canvas.azure.backends=skia gfx.xrender.enabled=false

Đọc câu trả lời này trong ngữ cảnh 👍 0

Tất cả các câu trả lời (3)

more options

You can try to disable hardware acceleration in Firefox.

Close and restart Firefox after modifying the setting for changes to take effect.

You can check if there is an update for your graphics display driver and check for hardware acceleration related issues.

You can check layout.css.devPixelsPerPx that controls global zoom on the about:config page in case this is causing the problem.

more options

Yes, disabling all hardware acceleration fixed it.

I had to reset the "about:config" parameters which i had changed earlier to enable hardware acceleration

Any idea why this is happening?

Is this an Nvidia issue? I am on NVIDIA Proprietry Driver Version: 390.116. This is the latest driver available on Ubuntu repository.

I tried tinkering with "layout.css.devPixelsPerPx" and changed it's value from -1 to 1, but it did not have any effect, the issue persisted.

(My display is at 96 dpi. Command 'xdpyinfo' shows 96x96 dots and 1080p)

These are the parameters which i reset back to original values

webgl.force-enabled webgl.msaa-force gfx.xrender.enabled gfx.canvas.azure.backends = skia,cairo layers.acceleration.force-enabled

more options

Giải pháp được chọn

I have figured out the issue, it was related to turning on Cairo XRender acceleration. I have now re-enabled acceleration and the issue is not appearing. Probably because earlier i had both xrender & skia enabled at the same time.

Now only 'Skia' acceleration is enabled and Xrender has been disabled.

gfx.canvas.azure.backends=skia gfx.xrender.enabled=false