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 571382 - Tooltip shows up at the wrong spot
Tooltip shows up at the wrong spot
Status: RESOLVED DUPLICATE of bug 538439
Product: gtk+
Classification: Platform
Component: Widget: Other
2.15.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2009-02-12 02:20 UTC by Magnus Boman
Modified: 2009-02-12 06:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26



Description Magnus Boman 2009-02-12 02:20:04 UTC
My panel is configured to be at the bottom on the screen. Sometimes, the tooltip shows up at the upper left corner of the screen.

Reproducible by;

1. Have a panel with the intlclock on the bottom screen
2. Move mouse over intlclock (tooltip correctly shows up at the bottom where the mouse cursor is)
3. Click on intlclock (tooltip shows up at the upper left corner)
Comment 1 Magnus Boman 2009-02-12 02:29:19 UTC
See http://coolice.org/notify-issue.png

Btw; This happens with other apps as well (evolution for instance), hence logging the bug against gtk
Comment 2 Matthias Clasen 2009-02-12 05:16:08 UTC
Should be fixed by this commit, I think

2009-02-03  Matthias Clasen  <mclasen@redhat.com>

        Bug 538439 – tooltip may appear in upper left corner instead of
        over widget

        * gtk/gtktooltip.c (gtk_tooltip_trigger_query): Set the root
        coordinates in the event correctly. Patch by Kristian Rietveld.


Do you have that in your build ?
Comment 3 Magnus Boman 2009-02-12 06:47:27 UTC
I did not have this patch. After rebuilding with it, tooltip is back to normal. thanks :-)

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