﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11719	[IE8] CKEDITOR.dom.element#setHtml() will strips new lines	Marek Lewandowski		"Seems that setHtml strips new lines for IE8.

Here's js code to reproduce the issue:

{{{
		test_setHtmlNewLines: function() {
			var elem = new CKEDITOR.dom.element( 'pre' ),
				expectedCode = ""foo\n\nbar"";
			elem.setHtml( expectedCode );
			assert.areSame( expectedCode, elem.getHtml() );
		},
}}}

It does not work only for **pre** element, i've tested it with div, p as well."	Bug	new	Normal		General				
