Open GoogleCodeExporter opened 9 years ago
[deleted comment]
Something to consider if implemented:
When a spinner widget gets focus it is very likely that the user intends to do
one of
the following:
1) increment the value,
2) decrement the value, or
3) completely change the value.
As such, when focus is received it would be best for all of the text to be
selected.
This way if the user is going to enter a completely new value then they can
just start
typing it right away and not have to worry about first selecting all of the
text.
All of the text should also be highlighted (if it isn't already) after an
change in
value if it was invoked by the keyboard arrow keys, by the mouse scroll wheel,
or by
the mouse button click on an arrow image.
Original comment by mfulto...@gmail.com
on 12 Aug 2009 at 7:26
Original issue reported on code.google.com by
mfulto...@gmail.com
on 12 Aug 2009 at 7:09