﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4720	CKEDITOR.dom.element.createFromHtml fails on style element in IE	Scott González		"CKEDITOR.dom.element.createFromHtml fails to create style elements in IE. I've tested in IE6 and IE8; Safari and Firefox worked as expected.

The following code throws an error because the temp div does not contain any HTML after the call to .setHtml() in .createFromHtml():

{{{
CKEDITOR.dom.element.createFromHtml( '<style type=""text/css"">p { color: green; }</style>');
}}}"	Bug	closed	Normal		General	3.0	wontfix	IE	
