Summary: | Word wrap on long tree items | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Dotan Cohen <kde-2011.08> |
Component: | kdeui | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED NOT A BUG | ||
Severity: | wishlist | CC: | cfeck, finex, stefan |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Dotan Cohen
2009-08-31 13:24:57 UTC
Here's a screenshot illustrating the problem that you have to use the horizontal scrollbar of the tree to see the full node names: http://stefan.endrullis.de/kde/system-settings-bug.png @Dotan: is your wish specific for systemsettings? > is your wish specific for systemsettings?
No, it would be nice to have this in all KDE or Qt apps.
Moved to kdelibs GTK apps use ellipsis to show that there is more content off-screen. > GTK apps use ellipsis to show that there is more content off-screen. That is also possible with Qt/KDE. In fact we had bugs about people complaining that it just shows the "..." ellipses, but no scrollbar appeared (see bug 208714). Out of all the possible solutions (scrolling, eliding, wrapping, scaling, or just resizing the view) the application developer has to choose. That is nothing that can be fixed or decided in KDE. In fact, most tree or list views are plain Qt widgets, so there is nothing KDE could add or change there. If you see an application which clearly uses the wrong solution, please file a bug or an enhancement request for that application. |