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 347046 - x-g displays tooltips when it has no focus, and they don't disappear
x-g displays tooltips when it has no focus, and they don't disappear
Status: RESOLVED FIXED
Product: xchat-gnome
Classification: Other
Component: general
0.12
Other Linux
: Normal normal
: ---
Assigned To: xchat-gnome maintainers
xchat-gnome maintainers
: 347070 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-07-09 16:27 UTC by Baptiste Mille-Mathias
Modified: 2006-08-19 16:07 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Baptiste Mille-Mathias 2006-07-09 16:27:43 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
Comment 1 Guillaume Desmottes 2006-07-09 16:42:17 UTC
I agree, we shouldn't display tooltip if x-g hasn't the focus.
Comment 2 Guillaume Desmottes 2006-07-10 08:42:49 UTC
*** Bug 347070 has been marked as a duplicate of this bug. ***
Comment 3 Steve Frécinaux 2006-07-10 11:21:21 UTC
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.
Comment 4 Guillaume Desmottes 2006-07-10 21:03:11 UTC
Any idea which signal is used to do that ?
Comment 5 Xavier Claessens 2006-08-19 15:24:44 UTC
"enter-notify-event" and "leave-notify-event" on GtkWidget I think.
Comment 6 Guillaume Desmottes 2006-08-19 16:07:53 UTC
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)