GNOME Bugzilla – Bug 702763
ellipsize placeholder text
Last modified: 2013-06-24 09:38:07 UTC
the placeholder string is truncated when there's no room for it in entry's width. one solution for this is to ellipsize it.
Created attachment 247367 [details] [review] proposed patch this is my proposed solution. it could be optional by adding a property like 'ellipsize-placeholder', but I'm not sure what's the best alternative.
Created attachment 247429 [details] [review] proposed patch, v2 removed the check for rtl texts
pushed into master
Thanks, shouldnt this be also pushed to gtk-3-8 branch too Regards
I confirm it does work and apply fine on it