-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
[Bug] LMB trigger buttons even when disabled #32
Comments
Thanks for your detailed report! Sure, it looks like an oversight that LMB doesn't proccess the selected action correctly. I'll take a look at it when I will have free time. |
Please let me know if the LMB works correctly in latest test build from this comment |
With the test_2 build, when the menu is set up to RMB, click on a menu's button with LMB closes the menu without triggering anything. |
Is it with |
It seems RMB has an 2024-11-09.18-25-48.webm |
Yes, in this build I added additional logic to mouse down event for the left mouse button. It probably collides with the existing logic to show the regular context menu on right click when left mouse button is held. |
I disabled both Vivaldi's MG when I installed CMG. You can't imagine how fast things went wild! |
When the option
Hide menu on mouse up if nothing selected
isdisabled
andOpen menu on
is set onRight click
, LMB triggers buttons, but they do not work correctly. (v1.5)I found this bug accidentally because it was more intuitive to me to use RMB to open the menu and LMB to select buttons. Be able to choose which mouse button between RMB and LMB triggers menu's buttons when the
Hide menu on mouse up if nothing selected
isdisabled
would be great.In this example, the menu opening is set on RMB. Select the "search" button with RMB works, but with LMB the
{selection}
parameter is empty, resulting in a redirect to the Google homepage:2024-11-05.11-41-37.webm
The text was updated successfully, but these errors were encountered: