When using the .Text property of a CKEditorControl instance of the .NET version, the text does not seem to be HTML encoded.
Eg., when I input something like <asdf> into the editor, the text placed in the .Text property is "<p> <asdf> <\p>" and not "<p> < asdf > <\p>" as I would expect it to encode it to.
However, the client-side .getData() function returns the correctly encoded text. Is this a bug, and is anyone else experiencing the same problem?
Eg., when I input something like <asdf> into the editor, the text placed in the .Text property is "<p> <asdf> <\p>" and not "<p> < asdf > <\p>" as I would expect it to encode it to.
However, the client-side .getData() function returns the correctly encoded text. Is this a bug, and is anyone else experiencing the same problem?
Re: CKEditor .NET - Text not encoded
Confirmed, unfortunately. I have reported it here: http://dev.ckeditor.com/ticket/7283
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+