GNOME Bugzilla – Bug 124144
Menus ignoring mouse events
Last modified: 2004-12-22 21:47:04 UTC
Revision 1.102 of gdkwindow-win32.c breaks handling of mouse events in popup menus (This was a fix for bug #118575). Find attached a sample program. You'll also notice that clicking outside of the menu does not close the menu (another bug: #124140). My workaround was to use the leave-notify-event event to close the menu, which doesn't work with this new bug since this event does not get processed.
Created attachment 20573 [details] Minimal program exposing this bug.
Fixing #107320 using low-level hooks fixes this problem, too. *** This bug has been marked as a duplicate of 107320 ***