There is a problem in the FC. It is related to the code
introduced to bypass an IE bug that causes memory
leaks. It has been corrected already for the final version.
For now, you can make a manual change in the
file "editor/_source/internals/fck_onload.js". Look for the
following "if" block:
if ( FCKBrowserInfo.IsIE )
{
...
}
And replace it with the attached code.
Then you need to rebuild the compressed js files. You
can find more info about it here:
http://fckeditor.wikiwikiweb.de/Developer%
27s_Guide/Customization/Scripts_Compression
Please use the following version of the packager:
http://sourceforge.net/tracker/index.php?
func=detail&aid=1212026&group_id=75348&atid=543655
Logged In: YES
user_id=572424
I'm uploading the compressed file with the corrector, so you
don't need to package it by yourself.
Just overwrite fck_startup.js in the editor/js folder.
Best regards,
FredCK
Compressed File Corrected
Logged In: YES
user_id=572424
This patch has been included in the last version.
Log in to post a comment.