First thanks for a great module!

There's a bug in CKeditor or maybe it has to do with the module I don't know. The problem is whenever I add text to the body of a node, CKeditor inserts a p-tag plus some weird line-break code this makes the node teaser text break and instead show nothing. The p-tag is all right but what breaks the teaser is the weird stuff after the tag.

Comments

brewthis’s picture

I can confirm this issue. For me CKEditor inserts a br-tag in the teaser, meaning it's using the dedicated summary area instead of body even when the summary is empty (well, it's got the br tag.).

This bug breaks functionality so much that CKEditor can't be used right now. Running D7 dev and CKEditor dev. If you need more information, please ask.

reed.richards’s picture

I used the new version of the Ckeditor js files 3.5.2 and the error seems to be gone. An option seems to be to downgrade the Ckeditor js version since updates to the module and the js dosent seem to go hand in hand.

reed.richards’s picture

Status: Active » Fixed
dczepierga’s picture

Status: Fixed » Closed (works as designed)
modernaut’s picture

I found a solution here:
http://drupal.org/node/901360

The comment in #20 solved this for me.

Hope this helps!

mengi’s picture

@modernaut...Thank you, this worked for me as well.

For others, the comment modernaut link to is:

Posted by marianojofre on October 7, 2010 at 1:33pm
This worked for me:

In the "Edit CKEditor profile page", Cleanup and output, I checked "Yes" in the "Use custom formatting options". Then I unchecked this option "break line after the opener tag"

When I came back to create a Node, I typed some text in the CKEditor. I Switch to plain text editor, and the line has dissapaired after the first "p" tag..