Hi,
I have this really wierd problem with ckeditor.
When dynamically loading an html doc into the editor with setData it overwrites my title with"Rich text editor, myFCKeditor, press ALT 0 for help.".
But if I load the content while in "source mode" the title is loaded correctly.
Example of HTML sent to editor:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>TEST</title>
...
Example of HTML shown when loading in view mode and then switching to source:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Rich text editor, myFCKeditor, press ALT 0 for help.</title>
...
Hope someone can help me out with this behaviour.
//Markus
Wed, 01/12/2011 - 15:27
#1