﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12161	Element resize handles still work with disableObjectResizing=true with IE11	Matti Järvinen		"Even with config option disableObjectResizing IE11 allows resizing of TABLE, IMG and DIV elements by dragging the element handles. 

From custom config I've used.
{{{
config.disableObjectResizing = true;
}}}

Test HTML:
{{{
<table border=""5"" cellpadding=""1"" cellspacing=""1"" >
	<tbody>
		<tr>
			<td>hgfhhf</td>
			<td>&nbsp;</td>
		</tr>
	</tbody>
</table>
<img src=""https://dev.ckeditor.com/chrome/site/logo-ckeditor-dev.png"" />
<div style=""width: 236px;"">
<h1>Hello</h1>
</div>
}}}"	Bug	closed	Normal		General		duplicate	IE	
