﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10197	CKE 4.x Inline Can't disable object resizing	Sean Kelly		"1. Put below code into inlinebycode sample
{{{
CKEDITOR.disableAutoInline = true;

var editor = CKEDITOR.inline( 'editable', {
	disableObjectResizing : true
});
}}}
2. You can also try putting disableObjectResizing into config.js

It is still possible to resize images with inline editor in Firefox or IE (Please do not confuse with #9317).
"	Bug	confirmed	Normal		General	4.0 Beta			
