-
-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mouse pointer at left edge sometimes cannot click on menu #1414
Comments
Some more details here: https://ubuntu-mate.community/t/some-pixels-dont-capture-click-and-hover-events-at-the-edge-of-the-screen/26251 But I've simply ended up moving the menu to the right corner. |
The workaround here: #940 had the side effect of crashing plank dock, when changing the order of icons. What fixed it in my case was patching xorg-server:
I wrote a script that creates a patched deb installation file in a chroot environment: https://github.com/wmzart/system_scripts/blob/main/patch_xorg_server.sh This might be an option for others who are struggling with the same problem of not being able to get a response when clicking on the very top row. |
@wmzart Thank you, that fixed it for me too! |
If this is a GTK bug we can't fix it here. Leaving it open so others can more easily find this. |
Probably not a GTK bug, but an xorg-xserver bug instead. Please see here: https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1451 |
There are some intermittent problems when clicking on the "LM" menu when the mouse cursor is at the leftmost column. Sometimes it works, sometimes it doesn't.
Move the pointer to any row above the bottom one. Then move the mouse horizontally to the left, even if it is already at the leftmost column, without changing the row. The general feeling it that the button is somehow "buggy" and so sometimes needs to be clicked twice.
Happens both on my desktop/mouse (MATE version 1.26.0-1, Linux Mint 21.1) and on my old laptop/pad (Linux Mint 21.2).
The text was updated successfully, but these errors were encountered: