Opened 16 years ago
Last modified 12 years ago
#3105 closed Bug
insertHtml and insertElement should agree on the result — at Version 1
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 Beta 2 |
Keywords: | IE Webkit | Cc: |
Description (last modified by )
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).
Change History (2)
comment:1 Changed 16 years ago by
Description: | modified (diff) |
---|---|
Keywords: | IE Webkit added |
The attached test case's result are different from FF to IE to Webkit.