I integrated ckeditor 4.0 in leferay application.
I am facing below issues.
1. When I use template plugin and select third template(text and table) then IE8 stops working if check box (replace actual content) is checked. If checkbox is not checked then it does not have any issue. It is working fine in chrome and mozilla.
2. In IE 8, I am getting js error "type is null or not an object" while I am using some plugins like tempplate, underline etc. I am attaching the screenshots of error messages.
Pleae help me to reolve these issues.
Thanks,
Himanshu Modi
I resolved 1st issue
I resolved 1st issue by doing below:
1. in plugins/templates/templates folder edit default.js like below:
In third template section("Text and Table") in html attribute remove style property of div, it is causing error in ie8.
html:'<div style="width: 80%"><h3>Title goes here</h3><table style="width:150px;float: right" cellspacing="0" cellpadding="0" border="1"><caption style="border:solid 1px black"><strong>Table title</strong></caption></tr><tr><td> </td><td> </td><td> </td></tr><tr><td> </td><td> </td><td> </td></tr><tr><td> </td><td> </td><td> </td></tr></table><p>Type the text here</p></div>'
Can you reproduce these
Can you reproduce these errors when you are running the samples from the "samples" folder of the standalone editor or the demo, in the same environment (same OS, browser)? If so, can you file separate bug reports for them on the Development site so that our QA could look into that? Thank you!
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!