GNOME Bugzilla – Bug 64737
Mouse hover tooltip for tabs
Last modified: 2004-12-22 21:47:04 UTC
How about a tooltip which pops up when the mouse cursor hovers over a tab? The tooltip can reveal the full name of the open page, not just the truncated version that's displayed on the tab. This would make things consistent with the GNOME Tasklist panel applet.
nice, but i have the feeling this wont be trivial
*** Bug 65853 has been marked as a duplicate of this bug. ***
It doesn't look like there's any way to do this in conjunction with the current implementation of the GtkNotebook widget. I'll leave it open in case the widget sees a rewrite for GTK+ 2.0, but I wouldn't hold my breath. :(
Nope, there's no way to do this, as far as I can tell. Marking WONTFIX.
*** Bug 88820 has been marked as a duplicate of this bug. ***
*** Bug 91251 has been marked as a duplicate of this bug. ***
You could add it to the little close button at least. I think that should be possible (I just found out that labels don't have a tooltip, so...)
Labels can't have tooltips because they don't have a GdkWindow (or something of that sort.) In galeon2 this is trivial, just put the tab title in an eventbox and you can attach the tooltip in the eventbox (just like the tooltip for the security icon is implemented.) I would assume it's as trivial in galeon1 as well. There is one minor cosmetic bug in the GtkNotebook widget, though. The eventbox doesn't follow the slightly darker background color an inactive tab has. That makes the eventbox stand out quite clearly. I've reported this as http://bugzilla.gnome.org/show_bug.cgi?id=93389
Created attachment 11120 [details] [review] Show page title as tab tooltip (for 1.2.99)
Lets reopen this then
So this is now fixed by crispin in post 1.3.7 cvs
Fixed? You guys are brilliant. Thanks.