We're using ckeditor version 4.3.3 and some of our customers have problems with it since ckeditor add empty paragraphs at the end the file like:
--
<p> </p>
<p>
<p>
<p> </p>
</p>
</p>
--
Unfortunately, we can't repreduce this problem by our self. After a lot of researching we note that it only occurs by customers which using Internet Explorer. And even this problem doesn't occurs always by this customers. it is completely random. The version does no matter.
In Other browsers this problem doesn't occur.
Anyone some idea how this is possible?
It would help to have the
It would help to have the full code used that produces this, but normally CKEditor fills empty tags with something. You can turn that off. Try adding this code to config.js and see if it helps:
config.autoParagraph = false;
config.fillEmptyBlocks = false;
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!