GNOME Bugzilla – Bug 347046
x-g displays tooltips when it has no focus, and they don't disappear
Last modified: 2006-08-19 16:07:53 UTC
testcase: 1/ open xchat-gnome and another application 2/ give focus to other application 3/ put the mouse over the nickname of an chan but without giving focus to x-g, --> a tooltip appears 4/ move the mouse on the other application, the tooltip doesn't disappear. the problem is not 100% reproductible, but it appears often. I think tooltips shouldn't appears when x-g hasn't focus
I agree, we shouldn't display tooltip if x-g hasn't the focus.
*** Bug 347070 has been marked as a duplicate of this bug. ***
IMO you should display them, but they should be hidden as soon as your're not over the app anymore (that's how regular tooltips work) Sorry for the dupe, dude.
Any idea which signal is used to do that ?
"enter-notify-event" and "leave-notify-event" on GtkWidget I think.
Thanks Xavier. Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report. Sat Aug 19 18:06:15 CEST 2006 Guillaume Desmottes <cass@skynet.be> * src/fe-gnome/conversation-panel.c: - Remove tooltip when the mouse leaves the window. (#347046)