Please see the attached the files for the issue I am trying to raise here. In the view mode of the node the content looks fine but when I go to edit mode for some reason most of my content are not shown in the fckeditor. I am on the latest version of the module.

CommentFileSizeAuthor
fck2.JPG70.33 KBchandrabhan
fck1.JPG90.98 KBchandrabhan
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

wwalc’s picture

1. Clear browser's cache and let me know if that solved this issue / also try other browser just in case.

2. If 1# didn't help, edit fckeditor.utils.js and search for:

indexOf('\n<!--break-->\n')

change it into

indexOf('<!--break-->')

and clear browser's cache. Let me know if that changed anything.

chandrabhan’s picture

I incorporated your second point also. Now, it seems to work fine for new nodes. But somehow the old nodes are still 'corrupted' (I would not worry about it). Thanks a lot.

wwalc’s picture

Try this:
Disable FCKeditor, make sure that in the old articles, the <!--break--> tag is not duplicated.
If not, please copy & paste here a sample article that is still not working (or send me a PM).

chandrabhan’s picture

Status: Active » Fixed

There was only 1 node like that and I sanitized it. Thanks for the tip.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.