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).
Activity
Arran Mccullough
created issue -
Arran Mccullough
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | ie7-rendered-error.JPG [ 11121 ] |
Arran Mccullough
made changes -
Attachment | main.jspx [ 11122 ] |
Tyler Johnson
made changes -
Workaround Description | http://www.fckeditor.net/forums/viewtopic.php?f=6&t=8700&st=0&sk=t&sd=a&start=10 | |
Support Case References | https://www.icesoft.ca:4443/supportilla/show_bug.cgi?id=4986 | |
Workaround Exists | [Yes] |
Ken Fyten
made changes -
Fix Version/s | 1.7.2 [ 10130 ] | |
Assignee Priority | P2 | |
Assignee | Adnan Durrani [ adnan.durrani ] |
Adnan Durrani
made changes -
Status | Open [ 1 ] | In Progress [ 3 ] |
Adnan Durrani
made changes -
Attachment | ICe-3304.war [ 11192 ] |
Adnan Durrani
made changes -
Assignee | Adnan Durrani [ adnan.durrani ] | Mandeep Hayher [ mandeep.hayher ] |
Mandeep Hayher
made changes -
Assignee | Mandeep Hayher [ mandeep.hayher ] | Adnan Durrani [ adnan.durrani ] |
Adnan Durrani
made changes -
Assignee | Adnan Durrani [ adnan.durrani ] | Yip Ng [ yip.ng ] |
Attachment | screenshot-1.jpg [ 11199 ] |
Attachment | screenshot-2.jpg [ 11224 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17505 | Fri Sep 05 16:13:34 MDT 2008 | yip.ng | Applied fix for fckeditor error 800a025e. |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/inputrichtext/fckeditor.zip
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17506 | Fri Sep 05 16:13:52 MDT 2008 | yip.ng | Applied fix for fckeditor error 800a025e. |
Files Changed | ||||
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/inputrichtext/fckeditor.zip
|
Ken Fyten
made changes -
Fix Version/s | 1.7.2RC1 [ 10140 ] | |
Fix Version/s | 1.7.2 [ 10130 ] |
Attachment | screenshot-3.jpg [ 11243 ] |
Ken Fyten
made changes -
Fix Version/s | 1.7.2 [ 10130 ] | |
Fix Version/s | 1.7.2RC1 [ 10140 ] |
yip.ng
made changes -
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P2 | |
Assignee | Yip Ng [ yip.ng ] |
The issue is due to the FCKeditor being used within a hidden div. We should look at adding this workaround to our code base.