﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3105	insertHtml and insertElement should agree on the result	Garry Yao		"Currently '''CKEDITOR.editor.insertHtml''' and '''CKEDITOR.editor.insertElement''' are having different results when the inserted element happened to be malformed or schema-violated.[[BR]]
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).

"	Bug	closed	Normal		General	3.0 Beta 2	invalid	IE Webkit	
