﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10245	Configuration questions	tboeker		"I am attempting to configure CKEditor:

var oEditor = CKEDITOR.replace('editor1', {
 disableNativeSpellChecker: false,
 removePlugins: 'elementspath',
 resize_enabled: false
});
oEditor.on('instanceReady', function(oEvent) {
 oEvent.editor.resize(634, 190);
});

However, 1) I have not found a way to get rid of the blank (blue) space on the right, and 2) text continues to wrap half way across what I think is the editor. Please see attached screen shot.

Thank you for your assistance."	Bug	closed	Normal		General		fixed		
