Changes between Initial Version and Version 1 of Ticket #3105


Ignore:
Timestamp:
Mar 13, 2009, 10:43:12 AM (15 years ago)
Author:
Garry Yao
Comment:

The attached test case's result are different from FF to IE to Webkit.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3105

    • Property Keywords IE Webkit added
  • Ticket #3105 – Description

    initial v1  
    1 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.
     1Currently '''CKEDITOR.editor.insertHtml''' and '''CKEDITOR.editor.insertElement''' are having different results when the inserted element happened to be malformed or schema-violated.[[BR]]
     2This 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).
    23
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy