Highlight On Focus
Highlighting the content/value of text entry fields in a form when they get the focus facilitates entering data.
However, current browsers do not always automatically select/highlight text entry fields when they receive the focus. They place the cursor either at the beginning or at the end of the entry field, forcing users to select/highlight the entry field themselves.
This Command searches your document for all form elements of type 'text', 'file' and 'password' and adds 'onFocus="this.Select();"' to these form elements to force browsers to highlight the entire field contents when the field gets focus.
Overview
UI Access
Choose 'Highlight On Focus' from the 'FlevOOware' flyout in the Commands Menu.
Well, what's there to tell?











