Hi,
I have a DynamicForm and 2 text fields in that. To focus to the first textbox I am using <DynamicFormName>.focusInItem("<FieldName>");which is working fine in FireFox. But same code is not working in IE8/Windows7.
I tried setting DynamicForm.autoFocus to true but that also doesn't help. I have used tabIndex:1 but that also doesn't help.
The problem is the focus is there in that textbox but the cursor is not visible (i used getFocusItem() to find which is the currently focussed item). Also, when I put some default value to that textbox i can see that cursor perfectly.
I am using SmartClient7 LGPL version.
Any ideas ?
Thanks
Dev
I have a DynamicForm and 2 text fields in that. To focus to the first textbox I am using <DynamicFormName>.focusInItem("<FieldName>");which is working fine in FireFox. But same code is not working in IE8/Windows7.
I tried setting DynamicForm.autoFocus to true but that also doesn't help. I have used tabIndex:1 but that also doesn't help.
The problem is the focus is there in that textbox but the cursor is not visible (i used getFocusItem() to find which is the currently focussed item). Also, when I put some default value to that textbox i can see that cursor perfectly.
I am using SmartClient7 LGPL version.
Any ideas ?
Thanks
Dev
Comment