Summary | IE/FCKeditor Compose Window JS Error |
Queue | DIMP |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | deco (at) juno (dot) com |
Created | 06/19/2008 (6179 days ago) |
Due | |
Updated | 07/01/2008 (6167 days ago) |
Assigned | 06/30/2008 (6168 days ago) |
Resolved | 07/01/2008 (6167 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
only. Make note to not run this individual file through jsmin when
upgrading (http://wiki.horde.org/Doc/Dev/CopyrightLicense).
Assigned to Michael Slusarz
State ⇒ Assigned
State ⇒ Feedback
that this is a (critical) bug in fckeditor; more specifically,
ReplaceTextarea(). I don't see what you are seeing, but instead I see
the fckeditor load, then the window blinks for a second, and then it
*looks* like it is completely loaded. Just 2 problems: 1.) all text
that was previous in the textarea is gone and 2.) clicking on
heading/font, or clicking anywhere in the textarea, outputs JS
warnings. Strangely enough - if I put an alert() in the middle of the
fckeditor code, the delay it takes for me to close the alert box
appears to be enough to allow the loading process to proceed
correctly. I see the textarea text correctly populated into the
fckeditor window and i get no javascript errors when I click on
various stuff. So my guess is that something is trying to be placed
in a DOM element too quickly on IE6 before that element is ready.
Can anyone else reproduce this?
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ IE/FCKeditor Compose Window JS Error
Queue ⇒ DIMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
window using FCKeditor) the editor displays three lines of buttons
(all FCKeditor options) instead of the usual limited list; the text
area is very small; and the following JS error is reported.
Line: 2
Char: 32686
Error: Invalid argument
Code: 0
URL: https://...blah.../horde/dimp/compose.php?type=new
The other 50ish% of the time the page loads/runs as expected. In
Firefox the compose window works fine 100% of the time.