My form has autoFocus=true. When I resetValues(), the form is redrawn() but the focus doesn't get placed on the first field.
Shouldn't it?
I'm manually calling form.focusInItem(0) to resolve this for myself.
It'd be nice if autoFocus selected the contents of the field as if I tabbed into it, rather than placing the cursor at the end.
-----
I just noticed that FireFox puts the cursor at the end and IE puts the cursor at the beginning of the field. I want the value selected for replacement.
-----
I'm seeing a log warning in both IE and FF: "DynamicForm:isc_DynamicForm_54:couldn't find focus item: undefined" yet the focus is placed in the first field.
Shouldn't it?
I'm manually calling form.focusInItem(0) to resolve this for myself.
It'd be nice if autoFocus selected the contents of the field as if I tabbed into it, rather than placing the cursor at the end.
-----
I just noticed that FireFox puts the cursor at the end and IE puts the cursor at the beginning of the field. I want the value selected for replacement.
-----
I'm seeing a log warning in both IE and FF: "DynamicForm:isc_DynamicForm_54:couldn't find focus item: undefined" yet the focus is placed in the first field.
Comment