GNOME Bugzilla – Bug 574941
query-tooltip event fired on mousemove
Last modified: 2017-07-30 11:26:28 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
Moving to GTK+ since pygtk is not doing anything special on this signal emission, feel free to move back if I'm wrong.
This could be related to #516130.
*** This bug has been marked as a duplicate of bug 516130 ***