GNOME Bugzilla – Bug 348933
ellipsize text in quick search bar as required
Last modified: 2009-06-08 16:36:05 UTC
Ellipsizing the text if the bar is too small would look significantly better IMHO.
Created attachment 69730 [details] example An example image to demonstrate what I mean.
correct. jony, reassigning this bug to you as you wrote that code. :-)
Bumping version to a stable release.
GtkEntry does not support ellipsizing, unfortunately.
Where is the GtkEntry feature request ID this valid request is blocked by?
Given that we're abusing GtkEntry to show these search hints, I'm certain such a request would be rejected by GTK+ maintainers on grounds that you should never ellipsize user input. Ross filed bug #440963 to add the hinting capability directly to GtkEntry, where I expect ellipsizing would be done automatically. Unfortunately he got some push back from GTK+ maintainers. The request IS valid, but manually ellipsizing UTF-8 text is not at all trivial and I'm not willing to do the work. That's why I closed this WONTFIX.