insertHtml and insertElement should agree on the result
Currently CKEDITOR.editor.insertHtml and CKEDITOR.editor.insertElement are having different results when the inserted element happened to be malformed or schema-violated.
This is because insertHtml is depending some native methods like pasteHtml to perform revision, from which the result may vary from browser to browser. While insertElement is all about our own logic, which perform no revision at all( The revision logic is proposing at #3100 though).
Find this issue on GitHub
Description: |
modified (diff)
|
Keywords: |
IE Webkit added
|
Milestone: |
CKEditor 3.0 →
CKEditor 3.x
|
Version: |
SVN (FCKeditor) →
CKEditor 3.0 Beta 2
|
Resolution: |
→ invalid
|
Status: |
new →
closed
|
Find this issue on GitHub
The attached test case's result are different from FF to IE to Webkit.