When trying to edit a node in FF3 using FCKeditor, the node refuses to update.
when I press the submit-button, firebug shows an error before it loads the next page, pressing escape allowed me to view the error:
FCKeditorAPI.GetInstance(fckLaunchedJsId[i]) is undefined
if I disable rich text editing on the body node before submitting, it does update but the error is still shown
trying to disable rich text editing in the teaser-field results in:
oEditor is undefined
this only happens in FF3, tried Chrome and that works like it should
haven't had the chance to try any other browsers, but it worries me that it doesn't work in FF3
Comments
Comment #1
soghad commentedI was able to eliminate this error by disabling script debugging in FireBug. It only seems to happen on forms with more than one FCK instance.
Comment #2
seutje commentedstarted a discussion about this on FCKeditor issue list
http://drupal.org/node/303428
Comment #3
hayesr commentedThis is probably a FCKEditor bug, and it no longer seems to be a problem according to the previously mention thread. I'm closing.