Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.0.0.GA
-
Fix Version/s: EE-3.0.0.GA_P01, EE-3.2.0.BETA, EE-3.2.0.GA
-
Component/s: Facelet Components
-
Labels:None
-
Environment:Liferat 6.1.0/Tomcat 7, IE7, IE8/9 Compat View
Description
This happens only when the icefaces-ee-composite.jsr is included in the war file. The pages for the test case does not use them, but in the case of the customer, they are using these components.
The error that is thrown is "Object doesn't support property or method ;getOffsetParent'"
-
Hide
- Case11277Example2.war
- 6.46 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.7 kB
- WEB-INF/faces-config.xml 0.3 kB
- WEB-INF/lib/commons-beanutils.jar 226 kB
- WEB-INF/lib/commons-collections.jar 558 kB
- WEB-INF/lib/commons-logging.jar 52 kB
- WEB-INF/lib/icefaces-ee-compat.jar 2.57 MB
- WEB-INF/lib/icefaces-ee-ext.jar 56 kB
- WEB-INF/lib/icefaces-ee-pfb-ext.jar 9 kB
- WEB-INF/lib/icefaces-ee.jar 271 kB
- WEB-INF/lib/javax.faces.jar 2.47 MB
- WEB-INF/.../portletfaces-bridge-2.0.2-ice-7875.jar 268 kB
- WEB-INF/liferay-display.xml 1 kB
- WEB-INF/liferay-plugin-package.properties 0.8 kB
- WEB-INF/liferay-portlet.xml 1 kB
- WEB-INF/portlet.xml 2 kB
- WEB-INF/web.xml 2 kB
- welcomeICEfaces.xhtml 1 kB
-
Hide
- Case11277Example1.war
- 6.46 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.7 kB
- WEB-INF/faces-config.xml 0.3 kB
- WEB-INF/lib/commons-beanutils.jar 226 kB
- WEB-INF/lib/commons-collections.jar 558 kB
- WEB-INF/lib/commons-logging.jar 52 kB
- WEB-INF/lib/icefaces-ee-compat.jar 2.57 MB
- WEB-INF/lib/icefaces-ee-ext.jar 56 kB
- WEB-INF/lib/icefaces-ee-pfb-ext.jar 9 kB
- WEB-INF/lib/icefaces-ee.jar 271 kB
- WEB-INF/lib/javax.faces.jar 2.47 MB
- WEB-INF/.../portletfaces-bridge-2.0.2-ice-7875.jar 268 kB
- WEB-INF/liferay-display.xml 1 kB
- WEB-INF/liferay-plugin-package.properties 0.8 kB
- WEB-INF/liferay-portlet.xml 1 kB
- WEB-INF/portlet.xml 2 kB
- WEB-INF/web.xml 2 kB
- welcomeICEfaces.xhtml 1 kB
-
- IE9-Error.jpg
- 40 kB
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Revision: 31552
Author: philip.breau
Date: June-12-12 8:19:57 PM
Message:
IPCK-407
- avoid loading prototype.js library more than once
- update prototype.js internal to ice.ee.compat.js
Modified : /icefaces-ee3/trunk/icefaces-ee/ee-comps/ee-composite/resources/js/prototype/prototype.js
Modified : /icefaces-ee3/trunk/icefaces-ee/ee-comps/ee-composite/src/com/icesoft/faces/facelets/component/ResourceLoadingComponent.java
Revision: 31553
Author: philip.breau
Date: June-12-12 8:39:00 PM
Message:
IPCK-407
- avoid loading prototype.js library more than once
- update prototype.js internal to ice.ee.compat.js
Modified : /icefaces-ee3/branches/icefaces-ee-3.0.0.GA-maintenance/icefaces-ee
Modified : /icefaces-ee3/branches/icefaces-ee-3.0.0.GA-maintenance/icefaces-ee/ee-comps/ee-composite/resources/js/prototype/prototype.js
Modified : /icefaces-ee3/branches/icefaces-ee-3.0.0.GA-maintenance/icefaces-ee/ee-comps/ee-composite/src/com/icesoft/faces/facelets/component/ResourceLoadingComponent.java
Attached sample portlet war files that can be deployed. Adding both samples to the page in IE9/9 Compat mode, or IE7 causes the error.