﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12184	[IE] config.disableObjectResizing doesn't working after drag and drop	Marek Lewandowski		"After resizable element being drag and droped in editor you're able to resize it.

1. Make sure you have config.disableObjectResizing = true; ( use config or editor init function ).
1. Open any sample with CKEditor (i.e. samples/replacebyclass.html).
2. Select dragable element (image, anchor, hr).
3. Drag and drop it anywhere.
4. Use resizer grid.

'''Expected result:'''[[BR]]
Element should not change its size.

'''Current result:'''[[BR]]
You're able to resize an element.

additional info:[[BR]]
1. Source of the issue is in ckeditor-dev/plugins/wysiwygarea/plugin.js. {{{selectedElement}}} is assigned only after {{{selectionChange}}} event, and it should be also executed after drop event on drop target.
"	Bug	confirmed	Normal		General	4.4.3			
