Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0.RC1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Verified to be failing at: ICEfaces3 Revision# 26774
Server: Tomcat6
Browsers: IE7/8 (JS errors not present in IE9)
Test pages located at: svn/repo/qa/trunk/Regression-Icefaces2/Sparkle/Nightly/datatable
-
Assignee Priority:P2
Description
IE8 - Filter:
When navigating to the page this JS error is seen:
Message: Object doesn't support this property or method
Line: 26
Char: 1
Code: 0
URI: http://localhost:8080/datatable/views/filterTest.jsf
When Interacting with the filter this JS error is seen:
Message: Object doesn't support this property or method
Line: 81142033
Char: 1
Code: 0
URI: http://localhost:8080/datatable/views/filterTest.jsf
IE8 - Column Order:
When navigating to the page this JS error is seen:
Message: Object doesn't support this property or method
Line: 26
Char: 1
Code: 0
URI: http://localhost:8080/datatable/views/columnOrderTest.jsf
When trying to re-order the columns this JS error is seen:
Message: Object doesn't support this property or method
Line: 80647817
Char: 1
Code: 0
URI: http://localhost:8080/datatable/views/columnOrderTest.jsf
Similar JS errors are seen in IE7.
When navigating to the page this JS error is seen:
Message: Object doesn't support this property or method
Line: 26
Char: 1
Code: 0
URI: http://localhost:8080/datatable/views/filterTest.jsf
When Interacting with the filter this JS error is seen:
Message: Object doesn't support this property or method
Line: 81142033
Char: 1
Code: 0
URI: http://localhost:8080/datatable/views/filterTest.jsf
IE8 - Column Order:
When navigating to the page this JS error is seen:
Message: Object doesn't support this property or method
Line: 26
Char: 1
Code: 0
URI: http://localhost:8080/datatable/views/columnOrderTest.jsf
When trying to re-order the columns this JS error is seen:
Message: Object doesn't support this property or method
Line: 80647817
Char: 1
Code: 0
URI: http://localhost:8080/datatable/views/columnOrderTest.jsf
Similar JS errors are seen in IE7.
This issue doesn't break any functionality, and the line numbers given for the errors are invalid locations.
Given that this issue is browser specific, unintrusive and exceptionally difficult to debug without a location for error, I'm downgrading it until I have ton of free time to step through the entire data table JS with the debugger and see where the error is actually thrown.