|
: 26 : 27 : 1 |
When a user is using a web app (or any app for that matter), and he/she moves from one field to another (e.g. by using the tab-key) the content of the field that gets the focus, is usually selected. The moment the users starts typing, that content is overwritten.
In Notes this has never happened, because the cursor is placed before the first character of the field-content.
I would like an property (checkbox, off by default) to have the field-content selected upon focus.
Many of my users would appreciate this (standard) behaviour.
You can do this programmatically, but this is a lot of work.
|