﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6467	setState(CKEDITOR.TRISTATE_DISABLED) on 'mode' impossible for maximize plugin	Tony	Sa'ar Zac Elias	"{{{
editor.on( 'mode', function() {
	if ( editor.mode == 'source' ) {
		editor.getCommand('maximize').setState(CKEDITOR.TRISTATE_DISABLED);
	}
});
}}}
Doesn't work as expected (I guess due to setState gymnastics going on in plugins/maximize/plugin.js) So this appears to make it impossible to disable the maximise plugin when switching to source view. It also reveals an inconsistency in CKEditor's API.

The above method works fine for 'newpage', 'preview', 'selectAll' but not maximize."	Bug	closed	Normal	CKEditor 3.4.2	UI : Toolbar	3.4.1	fixed		
