Details
Description
The following errors are thrown when loading a page in IE8 that uses the latest ICEmobile jars. The errors are not seen with the 1.3.0 release.
Message: Object doesn't support this property or method
Line: 1985
Char: 9
Code: 0
URI: http://localhost:7271/app/javax.faces.resource/component.js.jsf?ln=org.icefaces.component.util&v=3_3_0_131007
Message: 'ice.mobi.panelPopup' is null or not an object
Line: 23
Char: 1
Code: 0
URI: http://localhost:7271/app/xhtml/index.jsf?user=7030205
Message: 'ice.mobi.tabsetController' is null or not an object
Line: 23
Char: 1
Code: 0
URI: http://localhost:7271/app/xhtml/index.jsf?user=7030205
Message: Object doesn't support this property or method
Line: 1985
Char: 9
Code: 0
URI: http://localhost:7271/app/javax.faces.resource/component.js.jsf?ln=org.icefaces.component.util&v=3_3_0_131007
Message: 'ice.mobi.panelPopup' is null or not an object
Line: 23
Char: 1
Code: 0
URI: http://localhost:7271/app/xhtml/index.jsf?user=7030205
Message: 'ice.mobi.tabsetController' is null or not an object
Line: 23
Char: 1
Code: 0
URI: http://localhost:7271/app/xhtml/index.jsf?user=7030205
-
Hide
- Case12358Example2.war
- 8.78 MB
- Arran Mccullough
-
- META-INF/MANIFEST.MF 0.1 kB
- META-INF/context.xml 0.1 kB
- WEB-INF/classes/com/.../example/Item.class 0.3 kB
- WEB-INF/classes/.../example/TestBean.class 0.3 kB
- WEB-INF/includes/.../ie8test_header.xhtml 2 kB
- WEB-INF/includes/templates/ietest.xhtml 1 kB
- WEB-INF/lib/commons-beanutils.jar 226 kB
- WEB-INF/lib/commons-collections.jar 558 kB
- WEB-INF/lib/commons-digester.jar 140 kB
- WEB-INF/lib/commons-logging.jar 52 kB
- WEB-INF/lib/icefaces-ee-ext.jar 62 kB
- WEB-INF/lib/icefaces-ee.jar 609 kB
- WEB-INF/lib/icefaces-mobi.jar 4.29 MB
- WEB-INF/lib/icepush-ee.jar 372 kB
- WEB-INF/lib/javax.faces.jar 2.52 MB
- WEB-INF/web.xml 2 kB
- xhtml/index.xhtml 0.4 kB
-
Hide
- Case12358Example2.zip
- 23 kB
- Arran Mccullough
-
- Case12358Example2/build.xml 3 kB
- Case12358Example2/.../ant-deploy.xml 3 kB
- Case12358Example2/.../build-impl.xml 79 kB
- Case12358Example2/.../genfiles.properties 0.5 kB
- Case12358Example2/.../private.properties 0.6 kB
- Case12358Example2/nbproject/.../private.xml 0.2 kB
- Case12358Example2/.../project.properties 6 kB
- Case12358Example2/nbproject/project.xml 3 kB
- Case12358Example2/src/conf/MANIFEST.MF 0.0 kB
- Case12358Example2/src/.../example/Item.java 0.1 kB
- Case12358Example2/src/.../TestBean.java 0.1 kB
- Case12358Example2/web/.../context.xml 0.1 kB
- Case12358Example2/.../ie8test_header.xhtml 2 kB
- Case12358Example2/web/.../ietest.xhtml 1 kB
- Case12358Example2/web/WEB-INF/web.xml 2 kB
- Case12358Example2/web/xhtml/index.xhtml 0.4 kB
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Revision: 39551
Author: philip.breau
Date: January-14-14 5:14:08 PM
Message:
MOBI-968
Use of window.getComputedStyle is causing JavaScript errors in IE8
Modified : /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.util/component.js
Show
Philip Breau
added a comment - Revision: 39551
Author: philip.breau
Date: January-14-14 5:14:08 PM
Message:
MOBI-968
Use of window.getComputedStyle is causing JavaScript errors in IE8
Modified : /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.util/component.js
Attached test case that reproduces the issue. The icefaces-ee-ace.jar file was removed so the war could be attached.