After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 124144 - Menus ignoring mouse events
Menus ignoring mouse events
Status: RESOLVED DUPLICATE of bug 107320
Product: gtk+
Classification: Platform
Component: Backend: Win32
2.2.x
Other Windows
: Normal normal
: ---
Assigned To: Tor Lillqvist
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2003-10-08 18:28 UTC by Herman Bloggs
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Minimal program exposing this bug. (1.38 KB, text/plain)
2003-10-08 18:30 UTC, Herman Bloggs
Details

Description Herman Bloggs 2003-10-08 18:28:36 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.
Comment 1 Herman Bloggs 2003-10-08 18:30:55 UTC
Created attachment 20573 [details]
Minimal program exposing this bug.
Comment 2 Tor Lillqvist 2003-11-07 03:08:18 UTC
Fixing #107320 using low-level hooks fixes this problem, too.

*** This bug has been marked as a duplicate of 107320 ***