Hi All,
We are upgrading the FCKEditor to CKEditor. We are running into a problem with text getting disappeared when we click click inside the CKEditor first and then clicking outside the CKEditor.
This issue does not exist in samples. There is one difference I identified between samples and my code. Samples has below DOCTYPE but my code does not have it. If I add this DOCTYPE to my code then many other things are breaking since it is legacy code base.
"<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">"
Could anyone explain if there is any alternative to make this work without the need to use the DOCTYPE?
Thanks in advance.
-Shashi
Mon, 06/11/2012 - 21:40
#1
Re: CKEditor's text disappears after clicking outside the ed
It's a confirmed bug so you can follow its progress. The ticket is here: http://dev.ckeditor.com/ticket/8111
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!