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
Philip Breau
created issue -
Icefaces Administrator
made changes -
Field | Original Value | New Value |
---|---|---|
issue.field.bugzillaimportkey | 1319 | 12516 |
Ken Fyten
made changes -
Priority | Major [ 3 ] | Critical [ 2 ] |
Ken Fyten
made changes -
Assignee | Rob Mayhew [ rob.mayhew ] |
Ken Fyten
made changes -
Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Cannot Reproduce [ 5 ] |
Philip Breau
made changes -
Resolution | Cannot Reproduce [ 5 ] | |
Status | Closed [ 6 ] | Reopened [ 4 ] |
Ken Fyten
made changes -
Fix Version/s | 1.6DR#3 [ 10050 ] | |
Assignee Priority | P2 | |
Assignee | Carlo Gug [ carlo.guglielmin ] |
Ken Fyten
made changes -
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 ] |
Rob Mayhew
made changes -
Status | Reopened [ 4 ] | Closed [ 6 ] |
Resolution | Cannot Reproduce [ 5 ] |
Philip Breau
made changes -
Resolution | Cannot Reproduce [ 5 ] | |
Status | Closed [ 6 ] | Reopened [ 4 ] |
Philip Breau
made changes -
Attachment | Supportilla-3882.zip [ 10367 ] |
Philip Breau
made changes -
Summary | SelectInputText.requestFocus() not working in IE | UIInput.requestFocus() not working in IE 7 when moving from unrendered to rendered |
Philip Breau
made changes -
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 |
Ken Fyten
made changes -
Fix Version/s | 1.6 [ 10031 ] | |
Fix Version/s | 1.6DR#3 [ 10050 ] | |
Assignee Priority | P1 | P2 |
Ken Fyten
made changes -
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
|
Rob Mayhew
made changes -
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
|
Rob Mayhew
made changes -
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 |
Ken Fyten
made changes -
Fix Version/s | 1.6 [ 10031 ] | |
Fix Version/s | 1.5.4 [ 10034 ] |
Ken Fyten
made changes -
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; }