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 757229 - Toolitem tooltips are broken
Toolitem tooltips are broken
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkToolbar
3.19.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2015-10-28 06:09 UTC by Michael Catanzaro
Modified: 2015-10-28 15:54 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Catanzaro 2015-10-28 06:09:26 UTC
Something broke tooltips on toolbar items: for example, the icon buttons on the bottom of Epiphany's history dialog. It's hard to get the tooltips to display at all now, and when they do, they blink out of existence almost immediately. I'll bisect it tomorrow or soon.
Comment 1 Michael Catanzaro 2015-10-28 15:36:14 UTC
efc8dc63e30d9d53df3cf336673f751fab437d2c is the first bad commit
commit efc8dc63e30d9d53df3cf336673f751fab437d2c
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Tue Oct 27 15:10:39 2015 -0400

    tooltip: Use an element name
    
    This will allow us to drop hardcoded type names in the theme.

:040000 040000 554274d8b7ff9891f5d722beef1436c31b8a1617 e432412a4ed58b101feed99ae245fec0aad2192a M	gtk
Comment 2 Matthias Clasen 2015-10-28 15:54:35 UTC
Reverted for now, needs more investigation.