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 121851 - Tab widgets of GtkNotebook don't receive mouse events
Tab widgets of GtkNotebook don't receive mouse events
Status: RESOLVED DUPLICATE of bug 118575
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-09-09 17:13 UTC by Matthew Mastracci
Modified: 2011-02-04 16:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthew Mastracci 2003-09-09 17:13:58 UTC
From the description of the docking functionality I've read, it doesn't
seem to be working in the Win32 port of GIMP.  

Expected results:

1.  Click on something, be able to drag it and have a window dock.

Actual results:

1.  Click everywhere, try dragging everywhere, try all mouse buttons and
combinations of shift, alt and ctrl, but no docking.

Can't be too much more specific because I haven't tried a working version
of the docking, sorry.
Comment 1 Michael Natterer 2003-09-09 17:25:55 UTC
We simply put GtkEventBoxes into the tabs so we can catch
clicks and show tooltips for the tabs.

Changing summary accordingly and reassigning to GTK+
Comment 2 Matthew Mastracci 2003-09-09 17:29:55 UTC
Tried with gtk+ 2.2.3 and gtk+ 2.2.4 Win32, both from Tor's download site:

http://www.gimp.org/~tml/gimp/win32/downloads.html

Comment 3 Tor Lillqvist 2003-09-12 21:05:12 UTC
Is there any simpler test program than the GIMP that could be used to 
debug this problem? 
Comment 4 Dave Cook 2003-09-13 11:14:53 UTC
I'm just guessing based on the summary, but could this be related to

http://bugzilla.gnome.org/show_bug.cgi?id=118575
Comment 5 Tor Lillqvist 2003-09-14 03:09:08 UTC
Correct guess! The suggested fix for #118575 also makes the drag-and-
drop and docking behaviour of GIMP 1.3.20's dialogs work beautifully.

*** This bug has been marked as a duplicate of 118575 ***
Comment 6 Matthew Mastracci 2003-09-14 14:58:30 UTC
Awesome!  Great catch.