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 308615 - truncated long strings
truncated long strings
Status: RESOLVED DUPLICATE of bug 80980
Product: gtk+
Classification: Platform
Component: .General
2.7.x
Other All
: Normal enhancement
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2005-06-22 08:42 UTC by Patrizio Bruno
Modified: 2005-06-28 12:42 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Patrizio Bruno 2005-06-22 08:42:13 UTC
Why don't add some dot (...) at the end of truncated strings and "auto-add" a
baloon (hint) whith the complete text as in windows?
Comment 1 Owen Taylor 2005-06-22 13:54:36 UTC
You need to be a lot more specific about where you are looking to see
this functionality added.
Comment 2 Patrizio Bruno 2005-06-24 12:21:32 UTC
I'm talking especially about strings in GtkTreeView, GtkIconView, GtkComboBox,
GtkComboBoxEntry and GtkMenu but this functionality could be also useful in
GtkLabel and GtkButton.
Comment 3 Matthias Clasen 2005-06-28 12:42:25 UTC
Doing this in tree views, icon views or combo boxes will need tooltip support in
cell renderers - this is covered by bug 80980

Doing it in menus will need tooltips to be supported on menus -- this is covered
by bug 50619

In general, I think it should be an apps responsibility to set this up, it
should not be an automatic side-effect of ellipsizing.

I'll close this bug, since 80980/50619 cover the requested features.

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