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
| Field | Original Value | New Value |
|---|---|---|
| issue.field.bugzillaimportkey | 1319 | 12516 |
| Priority | Major [ 3 ] | Critical [ 2 ] |
| Assignee | Rob Mayhew [ rob.mayhew ] |
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Cannot Reproduce [ 5 ] |
| Resolution | Cannot Reproduce [ 5 ] | |
| Status | Closed [ 6 ] | Reopened [ 4 ] |
| Fix Version/s | 1.6DR#3 [ 10050 ] | |
| Assignee Priority | P2 | |
| Assignee | Carlo Gug [ carlo.guglielmin ] |
| Summary | SelectInputText.requestFocus() not working in IE 6 | SelectInputText.requestFocus() not working in IE |
| Assignee Priority | P2 | P1 |
| Assignee | Carlo Gug [ carlo.guglielmin ] | Rob Mayhew [ rob.mayhew ] |
| Status | Reopened [ 4 ] | Closed [ 6 ] |
| Resolution | Cannot Reproduce [ 5 ] |
| Resolution | Cannot Reproduce [ 5 ] | |
| Status | Closed [ 6 ] | Reopened [ 4 ] |
| Attachment | Supportilla-3882.zip [ 10367 ] |
| Summary | SelectInputText.requestFocus() not working in IE | UIInput.requestFocus() not working in IE 7 when moving from unrendered to rendered |
| Summary | UIInput.requestFocus() not working in IE 7 when moving from unrendered to rendered | UIInput.requestFocus() not working in IE 6 & 7 when moving from unrendered to rendered |
| Fix Version/s | 1.6 [ 10031 ] | |
| Fix Version/s | 1.6DR#3 [ 10050 ] | |
| Assignee Priority | P1 | P2 |
| Fix Version/s | 1.6DR#4 [ 10060 ] | |
| Fix Version/s | 1.6 [ 10031 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #13596 | Thu Apr 19 11:03:55 MDT 2007 | rob.mayhew | Fix for |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/bridge/src/focus.js
|
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #13650 | Thu Apr 26 13:18:17 MDT 2007 | rob.mayhew | Moved patch from head to 1.5 branch. |
| Files Changed | ||||
MODIFY
/icefaces/branches/icefaces-1.5/icefaces/bridge/src/focus.js
|
| Fix Version/s | 1.5.4 [ 10034 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #13657 | Thu Apr 26 15:42:14 MDT 2007 | rob.mayhew | Partial Fix for |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/inputfile/InputFileRenderer.java
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/context/DOMResponseWriter.java
MODIFY
/icefaces/trunk/icefaces/bridge/lib/extras/style.js
MODIFY
/icefaces/trunk/icefaces/bridge/lib/extras/autocomplete_ext.js
|
| Fix Version/s | 1.6 [ 10031 ] | |
| Fix Version/s | 1.5.4 [ 10034 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee Priority | P2 | |
| Assignee | Rob Mayhew [ rob.mayhew ] |

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; }