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 633032 - Tooltip not always shown
Tooltip not always shown
Status: RESOLVED OBSOLETE
Product: gtk+
Classification: Platform
Component: Widget: Other
2.22.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2010-10-24 13:38 UTC by rom
Modified: 2012-11-26 13:54 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description rom 2010-10-24 13:38:17 UTC
When I put the mouse over an icon in the top panel, it doesn't show the tooltip immediately : I have to move the mouse of 1 pixel to have the tooltip.

It is quite hard to explain, but it is very easy to reproduce :
- put the mouse _under_ a gnome-panel icon (firefox for example)
- move quickly the mouse vertically to put the cursor on the firefox icon: the icon is highlighted, but the tooltip is not shown
- move the icon of 1 pixel (keeping the cursor on the icon): it shows the tooltip

It is very disturbing when you quickly want to see the tooltip (I have 4 or 5 url shortcuts on my bar), and it doesn't work as expected, it gives an impression "work randomly".
Comment 1 Gary Lucas 2010-10-28 05:28:30 UTC
It looks like this bug exists in gtk, rather than in gnome panel.  

The handler panel_util_query_tooltip_cb in panel_util.c line 1146 is called from gtk.
Comment 2 Michael Butler 2011-01-27 16:38:55 UTC
I can confirm this is happening to me as well. Running Ubuntu 10.10 and Gnome 2.32.0.

To get the tooltip to show, you have to hover over the icon, pause, then move the mouse slightly AGAIN, i.e. 1 pixel. Once you have a tooltip shown, you can hover over additional icons and they will be displayed normally without a delay.
Comment 3 Vincent Untz 2011-02-01 01:16:03 UTC
I can't reproduce this. Does it happen in any other place on your desktop?
Comment 4 Michael Butler 2011-02-01 03:16:32 UTC
For me, it happens in any program that uses this kind of tooltip. Besides the gnome panel, it happens on the Chromium bookmark toolbar, and the Nautilus navigation toolbar icons. I recorded a screencast (1.2 MB) to show the behavior. NOTE: sometimes the tooltips are "cropped" as shown in the video - I filed it as a separate bug.

Screencast video: http://www.butlerpc.net/files/hover_stop_hover.mp4
Comment 5 Vincent Untz 2011-02-01 12:20:29 UTC
So it's not a gnome-panel bug. Could be a gtk+ issue, or an issue with the theme engine.
Comment 6 Joachim Breitner 2011-11-13 16:13:26 UTC
Maybe related to #516130, but I am not sure.
Comment 7 Joachim Breitner 2012-11-25 17:33:09 UTC
Just like #636615 this seems to be fixed.
Comment 8 Cosimo Cecchi 2012-11-26 13:54:29 UTC
Closing as OBSOLETE for comment #7. Feel free to reopen if this proves to
still be an issue.