Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.5.2
-
Component/s: ICE-Components
-
Labels:None
-
Environment:Operating System: Windows XP
Platform: PC
Description
calling requestFocus() on a SelectInputText component doesn't seem to work in IE
6 or 7. Tested with 1.5.3
6 or 7. Tested with 1.5.3
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
I ran a test with the following call and it works on IE7.
Using 1.5.3 build.
public String focusInputTextUserRequestFocus()
{ ((SelectInputText)inputText).requestFocus(); return null; }
Show
Rob Mayhew
added a comment - I ran a test with the following call and it works on IE7.
Using 1.5.3 build.
public String focusInputTextUserRequestFocus()
{
((SelectInputText)inputText).requestFocus();
return null;
}
Added fix to 1.5 branch. r13650