Jump to:
| Project: | FCKeditor - WYSIWYG HTML editor |
| Version: | 6.x-1.3-rc1 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
I've been having issues where the content of an editor (in the 'body' field of a CCK-enhanced content type) gets messed up in various ways: it becomes duplicated multiple times, and/or the drupal break moves or is duplicated, often accompanied by the javascript error:
Error: FCKeditorAPI.GetInstance(fckLaunchedJsId[i]) is undefined
Source File: http://project.local/sites/all/modules/fckeditor/fckeditor.utils.js?T
Line: 158I had two editors on the page, and I'm using Firefox 3 with Firebug. The editors seemed to work in Safari, and (inexplicably) worked when Firebug was disabled. The behavior was inconsistent, so it was hard to nail down, but it almost always caused some error.
It seems that removing the 2nd editor - so there is only one per page - fixes the problems, Firebug on or off. I tested this a few times and it seems to hold up. So my conclusion is that having multiple editors on the page causes the javascript bug which causes the strange (but inconsistent) behaviors with the text.
Comments
#1
See #303428: Unable to edit node in FF3 and http://dev.fckeditor.net/ticket/2519 for more details. Will be fixed in FCKeditor 2.6.4 (by the end of October).