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 574941 - query-tooltip event fired on mousemove
query-tooltip event fired on mousemove
Status: RESOLVED DUPLICATE of bug 516130
Product: gtk+
Classification: Platform
Component: Widget: Other
2.14.x
Other Linux
: Normal minor
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2009-03-11 13:53 UTC by Daniel Nögel
Modified: 2017-07-30 11:26 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24



Description Daniel Nögel 2009-03-11 13:53:35 UTC
I've connected to the query-tooltip event to modify the created tooltip a bit. I found out, that - contrary to the documentation - this event is fired without any delay. Since

settings = gtk.settings_get_default() 
print settings.props.gtk_tooltip_timeout

returns "500" I expect the query-tooltip event to be fired 500ms *after* the user moved his mouse. Right now this event behaves like the "motion-notify" event.

Greetings,

Daniel
Comment 1 Gian Mario Tagliaretti 2009-03-20 21:18:02 UTC
Moving to GTK+ since pygtk is not doing anything special on this signal emission, feel free to move back if I'm wrong.
Comment 2 Joachim Breitner 2011-11-13 16:11:05 UTC
This could be related to #516130.
Comment 3 Daniel Boles 2017-07-30 11:26:28 UTC

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