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 102283 - tooltip remains after mouse moved out of gtk window.
tooltip remains after mouse moved out of gtk window.
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: Win32
2.2.x
Other Windows
: Normal normal
: ---
Assigned To: Tor Lillqvist
gtk-bugs
: 125837 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2002-12-31 16:45 UTC by Herman Bloggs
Modified: 2011-02-04 16:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
tooltip app (921 bytes, text/plain)
2002-12-31 16:50 UTC, Herman Bloggs
Details

Description Herman Bloggs 2002-12-31 16:45:55 UTC
After getting a widget's tooltip, quickly moving the mouse pointer out of 
the gtk window will sometimes cause the tooltip to remain.  Is still the 
case as of 2.0.9
Comment 1 Herman Bloggs 2002-12-31 16:50:29 UTC
Created attachment 13296 [details]
tooltip app
Comment 2 Moses Lei 2003-05-19 19:14:04 UTC
I'm seeing this a lot with WinGaim (http://gaim.sf.net) and dropline
GTK. Since every item in the Buddy List has a tooltip, it is a common
occurence for a tooltip to remain after focus has shifted away from
the GTK window. To reproduce:

1. Pull up a tooltip in your GTK window.
2. Quickly focus a non-GTK application.

Actually, you don't even need to wait for the tooltip to pull up. If
you hover over a buddy in Gaim's buddy list and then focus a non-GTK
app, the tooltip will pop up at the location of the mouse pointer
(which has no relation to the origin of the tooltip) and remain on
top, until you focus a GTK window once again.
Comment 3 jm3 2003-06-26 03:16:56 UTC
this happens CONSTANTLY. the program i always notice them
hovering over is mozilla. don't know if that's relevant or
not. it's very weird and annoying, just seems kind of
invasive when random people's buddy info from your buddy
list pops up over a webpage.
Comment 4 Moses Lei 2003-08-03 03:29:38 UTC
Any headway on this bug?
Comment 5 Hans Breuer 2003-08-07 15:12:17 UTC
fixed in HEAD

2003-08-07  Hans Breuer  <hans@breuer.org>

	* gdk/win32/gdkevents-win32.c : finally use TrackMouseEvent
	(only if the new window not known to Gdk) to get proper
	leave notification, and get rid of the wrong placed 
	tooltips, bug #102283
 
	(gdk_event_translate) : small code reordering to not get
	GDK_MOTION_NOTIFY for still mouse and get back tooltips on 
	menus, bug #117367

Comment 6 Tor Lillqvist 2003-08-07 22:23:39 UTC
Fix merged into gtk-2-2, too.
Comment 7 Tor Lillqvist 2003-10-31 02:15:18 UTC
*** Bug 125837 has been marked as a duplicate of this bug. ***