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
Comment #1
brewthis commentedI 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.
Comment #2
reed.richards commentedI 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.
Comment #3
reed.richards commentedComment #4
dczepierga commentedComment #5
modernaut commentedI found a solution here:
http://drupal.org/node/901360
The comment in #20 solved this for me.
Hope this helps!
Comment #6
mengi commented@modernaut...Thank you, this worked for me as well.
For others, the comment modernaut link to is: