Posted by chandrabhan on December 15, 2008 at 10:59am
3 followers
Jump to:
| Project: | FCKeditor - WYSIWYG HTML editor |
| Version: | 6.x-2.0-alpha4 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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.
| Attachment | Size |
|---|---|
| fck1.JPG | 90.98 KB |
| fck2.JPG | 70.33 KB |
Comments
#1
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.
#2
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.
#3
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).
#4
There was only 1 node like that and I sanitized it. Thanks for the tip.
#5
Automatically closed -- issue fixed for two weeks with no activity.