﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9653	Problems with IE10 Quirks mode	Benjamin		"CKeditor 3.6.5 is not working in IE10 (Windows 7 and Windows 8) if there are no or wrong doctype declarations.

Internet Explorer 10 returns to Quirks mode if there are errors in the declaration of html doctype. In the IE10 Quirks mode CKEditor is not working.


{{{
<html>
<head>
<script type=""text/javascript"" src=""ckeditor/ckeditor.js""></script>
<title>CKEditor</title>
</head>
<body>
	<textarea id=""story"" name=""story"" class=""""></textarea>
</body>
	<script type=""text/javascript"" type=""javascript"">
	//<![CDATA[
		CKEDITOR.replace ('story');
	//]]>
	</script>
</html>
}}}"	Bug	closed	Normal		General	3.0	fixed	IE10	
