Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.0.BETA2
-
Fix Version/s: 3.1.0.BETA2, 3.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Icefaces3.0 trunk revision# 29399
Server: tomcat6
Browser: FF3.6, IE8, GoogleChrome19
-
Assignee Priority:P1
Description
dateTimeEntry (IE, Firefox) - Dragging the sliders to set the time in IE causes a JS error:
Message: 'input' is null or not an object
Line: 1
Char: 27483
Code: 0
URI: http://localhost:8080/calendar/javax.faces.resource/util/ace-components.js.jsf;jsessionid=523C74CAEF3DEC0DC98925B60B1AEFB2?ln=icefaces.ace
Message: 'input' is null or not an object
Line: 1
Char: 27483
Code: 0
URI: http://localhost:8080/calendar/javax.faces.resource/util/ace-components.js.jsf;jsessionid=523C74CAEF3DEC0DC98925B60B1AEFB2?ln=icefaces.ace
Activity
Ken Fyten
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Assignee Priority | P1 | |
Assignee | yip.ng [ yip.ng ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29413 | Fri Jun 08 15:44:34 MDT 2012 | yip.ng | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/jquery/ui/jquery-ui.js
MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/datetimeentry/datetimeentry.js |
yip.ng
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Security | Private [ 10001 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Last working revision was Icefaces3.0 trunk # 29354
To reproduce:
1. Build / deploy test app located at: Test app is located at: http://server.ice:8888/svn/repo/qa/trunk/Regression-Icefaces2/Sparkle/Nightly/calendar
2. Load app in IE and navigate to /calendarAttribute.jsf
3. Drag the sliders to set the time
JS error will be thrown.