Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.7, 1.7.1
-
Fix Version/s: 1.7.2
-
Component/s: ICE-Components
-
Labels:None
-
Environment:IE7
-
Support Case References:
-
Workaround Exists:Yes
-
Workaround Description:
Description
There seems to be a few Javascript errors that are thrown when a rich text component is included in a panelPopup component. The errors are only thrown in IE7 and most likely thrown in IE6 also. The first error is when the visibility of the popup is set by using rendered attribute. The error is not thrown when the popup is first displayed but happen every time after the popup is displayed. Attached is a screenshot of the error (ie7-rendered-error.jpg). The details of the error are:
Line: 50
Char:945
Error:Unspecified Error
Code:0
URL:http://locathost:8084/Bug4942Example/block/resource/LTQ5MTYyMDg1Mw==/editor/fckeditor.html?InstanceName=_id10%3ArichTextTwo&Toolbar=Default
This error could be caused by using the rendered attribute to show/hide the popup.
The other error I noticed was when the visible attribute was used to show/hide the popup. The error code is 800a025e. This is a know issue with the FCKEditor api (http://www.fckeditor.net/forums/viewtopic.php?f=6&t=8700&p=22724&hilit=800a025e#p22724).
Line: 50
Char:945
Error:Unspecified Error
Code:0
URL:http://locathost:8084/Bug4942Example/block/resource/LTQ5MTYyMDg1Mw==/editor/fckeditor.html?InstanceName=_id10%3ArichTextTwo&Toolbar=Default
This error could be caused by using the rendered attribute to show/hide the popup.
The other error I noticed was when the visible attribute was used to show/hide the popup. The error code is 800a025e. This is a know issue with the FCKEditor api (http://www.fckeditor.net/forums/viewtopic.php?f=6&t=8700&p=22724&hilit=800a025e#p22724).
The issue is due to the FCKeditor being used within a hidden div. We should look at adding this workaround to our code base.