Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.2-EE-GA_P01
-
Fix Version/s: 1.8.3, 1.8.2-EE-GA_P02
-
Component/s: ICE-Components
-
Labels:None
-
Environment:IE
-
Workaround Exists:Yes
-
Workaround Description:
Description
-
Hide
- Case9373Example.war
- 7.61 MB
- Arran Mccullough
-
- META-INF/MANIFEST.MF 0.1 kB
- META-INF/context.xml 0.1 kB
- WEB-INF/classes/.../example/TestBean.class 0.9 kB
- WEB-INF/faces-config.xml 0.6 kB
- WEB-INF/lib/FastInfoset.jar 285 kB
- WEB-INF/lib/backport-util-concurrent.jar 319 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-fileupload.jar 56 kB
- WEB-INF/lib/commons-lang.jar 240 kB
- WEB-INF/lib/commons-logging-api.jar 44 kB
- WEB-INF/lib/commons-logging.jar 30 kB
- WEB-INF/lib/icefaces-comps.jar 1.96 MB
- WEB-INF/lib/icefaces-facelets.jar 596 kB
- WEB-INF/lib/icefaces.jar 1.20 MB
- WEB-INF/lib/jsf-api.jar 352 kB
- WEB-INF/lib/jsf-impl.jar 822 kB
- WEB-INF/lib/jstl.jar 20 kB
- WEB-INF/lib/jxl.jar 708 kB
- WEB-INF/.../krysalis-jCharts-1.0.0-alpha-1.jar 151 kB
- WEB-INF/web.xml 3 kB
- index.jsp 0.1 kB
- main.jspx 2 kB
-
- TestBean.java
- 0.6 kB
- Arran Mccullough
-
- main.jspx
- 2 kB
- Arran Mccullough
-
- screenshot-03.png
- 171 kB
-
- screenshot-04.png
- 193 kB
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Attached test case built for Tomcat 6 and source code.
The error is inside the fckeditor code (all scrambled). See screenshot 4. Examination of the stack trace shows no calls from our JS. Must be some init code from within fckeditor itself. Without the unscrambled source it's hard to debug.
Adnan is upgrading our FCKeditor version, I'll give this to him to examine once he's finished that.
The error is inside one of a FCKEditor file, which can not be fixed. It came across that is due to the reason that when form level update comes it causes this error only in IE, seems like FCKEditor doesn't like the way form element gets inserted.
However there is a workaround, wrapping panelPopup inside a pbelGroup fixes this issue.
<ice:panelGroup>
<ice:panelPopup .>
Can't reproduce, not in IE8, not in IE7. See video at http://screencast.com/t/c5ykLcdI.
See screenshot 3 for the markup used.