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
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.