Opened 17 years ago
Last modified 13 years ago
#3105 closed Bug
insertHtml and insertElement should agree on the result — at Initial Version
| Reported by: | Garry Yao | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | 3.0 Beta 2 |
| Keywords: | IE Webkit | Cc: |
Description
Currently CKEDITOR.editor.insertHtml and CKEDITOR.editor.insertElement are having different results when the inserted element happened to be malformed or schema-violated, since 'insertHtml' is depending on native methods like pasteHtml , the result may vary from browser to browser.
