﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10251	Editor area problem	tboeker		"The editing area is confined to left side of ckeditor and while the values used in resize appear to work, I have not been able to find a way to adjust the editing area.  The area on the right contained the resize handle and the elementspath which I have disabled.  I want the editing area to extend the full width.  How do I change the size of the edit area? Or, is this a bug?

var oEditor = CKEDITOR.replace('editor1', {
 disableNativeSpellChecker: false,
 removePlugins: 'elementspath',
 resize_enabled: false
});
oEditor.on('instanceReady', function(oEvent) {
 oEvent.editor.resize(iWidth, iHeight, false, true);
});
"	Bug	closed	Normal		General	4.0.2	duplicate		
