I am using CKEditor with KCFinder to load images into a page body. After the page is saved & I return to edit it further, sometimes the editor and body content are displayed and sometimes the entire CK editor disappears. on the editing page. (everything else remains). If I change the style to plain text, that editing box will no longer display either. If I go to another pate that does not contain an image, both the plain text editor and CKEditor appear.

I also found the same behavior when I create a link to another page in the body using CKeditor. Neither editor appears, making it impossible to make further changes.

Comments

mkesicki’s picture

Status: Active » Postponed (maintainer needs more info)

Hi,
can you check in Firebug console (Firefox add-on) if there are any errors when editor doesn't show ?
You can also check in Firebug's Net tab if all files (css & js) are loaded correctly (not red 404 error).
Please also try the latest Dev version.

Ashlar’s picture

There is one error identified as follows:

o is undefined [Break On This Error] u.extractContents().appendTo(t);t.trim...frame:w,children:[],dir:p.lang.dir}; ckedit...?ln7666 (line 121)

"enabling javascript debugger to support script"

No errors are identified in Net.

Taras Zavaliy’s picture

I get the same beavior from CKEditor (without KCFinder). It doesn't show on edit node pages. Nodes are with links and image fields.

dczepierga’s picture

Try to update to last DEV version of CKEditor module there was 2 problems - old configuration in config file and problem with custom javascript configurtion - than editor not showing up...
After check pls write does it help or not.

Greetings

Taras Zavaliy’s picture

great, now its working for me! Thanks.

Kardinal7’s picture

How did you put it to work?

mkesicki’s picture

@Kardinal7 please refert to http://drupal.org/node/1195652#comment-4639552 (2 posts higher). If you have this problem please check solution described there.

dczepierga’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)