[Github-comments] [geany/geany-osx] Default theme bundled with Geany for macOS causes right-click menu problems (#24)

elextr notifications at xxxxx
Thu Mar 25 04:13:03 UTC 2021


The mouse generates two actions, a "mouse button down" and a "mouse button up", and a timeout is used to change that pair to a single "click" if they are close enough together.  I don't know what that timeout is for macos or if it can be changed, it probably can but how that interacts with GTK I don't know.  On GTK a right "click" brings up the menu and leaves it there, a right "mouse down" brings up the menu until a right "mouse up" and then removes it and activates the selected item (if any).  That is the behaviour you describe, and suggests that the "click" is being seen as separate "mouse down" and "mouse up" but I am an Apple free zone and can't test it.

I should point out all this happens inside the GTK layer, Geany just sees the activate signal from the menu, so its not something Geany controls.

Native apps, Firefox etc don't use GTK on top of the macos GUI layer, so they may operate differently.

There is really only one person supporting Geany on macos, so maybe you can give him a hand by trying to debug it further.

>  I'm in an ultra-secure mega-shielded location 

but the internet is still getting into your evil villains lair :grin:

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-osx/issues/24#issuecomment-806349627
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20210324/92537ae2/attachment.htm>


More information about the Github-comments mailing list