﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14892	[Edge Only] : CkEditor Bold/Italic/underline does not work. If we do not give <!DOCTYPE HTML> in the html page.	Rohit Kumar		"== Steps to reproduce ==
HTML Source Code : 
<!DOCTYPE HTML>
<html>
 <head>
<script src=""https://code.jquery.com/jquery-2.2.4.js""></script>
<script src=""http://cdn.ckeditor.com/4.5.11/full/ckeditor.js""></script>
<script src=""http://cdn.ckeditor.com/4.5.11/full/adapters/jquery.js""></script> 

<script>
$(document).ready(function() {
  $('#testCk').ckeditor();
});
</script>
</head>
<body>
<textarea id=""testCk""></textarea>
</body>
</html>


This works. 

Remove DocType from html page.  It does not work in edge browser only

Tried using Doctype config property. Still does not work.

== Expected result ==
It should work in Edge even without Doctype declaration. 
== Actual result ==
It does not
== Other details (Edge, Win 10,Full 4.5.11) ==
"	Bug	confirmed	Normal		File Browser	4.5.2		Edge	
