GNOME Bugzilla – Bug 108963
Entry needs visual cue that text is scrolled out of sight
Last modified: 2016-01-27 16:41:21 UTC
the gtk Entry widget does not give any visual cue when text lies scrolled beyond the visible window. I've seen GUI's where an arrow appeared at the end of an entry if text was scrolled out of sight. If one is lucky, the last character in an Entry is partly visible, suggesting that there may be more, but sometimes trailing text is just quietly hidden. If text lies beyond the visible entry box, there should be an arrow (or some other indication) pointing toward the hidden text.
Mockup of visual performance would probably be useful.
Created attachment 23804 [details] a possible way, from the worst ui ever, Notes...
Created attachment 23805 [details] a possible way, from the worst ui ever, Notes...
*** Bug 165005 has been marked as a duplicate of this bug. ***
Created attachment 36446 [details] An example The mockup could be better. It should basiclly work like the notebook scroll arrows work.
With the current css infrastructure this is easy to do; I've copied over what we do for scrolled windows nowadays.