﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14685	Restoring editor to the editable mode should respect command buttons state	mdprw		"== Steps to reproduce ==

1. Open any CKEditor full featured:

{{{
http://nightly.ckeditor.com/full/samples/
}}}

2. Disable templates command button:

{{{
CKEDITOR.instances.editor.commands.templates.disable();
}}}

3. Set editor to readOnly mode:

{{{
CKEDITOR.instances.editor.setReadOnly();
}}}

4. Set editor to editable mode:

{{{
CKEDITOR.instances.editor.setReadOnly(false);
}}}


== Expected result ==
Previously disabled command buttons should mantain their state

== Actual result ==
The command button is enabled

== Other details (browser, OS, CKEditor version, installed plugins) ==
OS: Windows 7 Browser: Firefox 46.0.1 CKEditor: 4.5.9"	Bug	closed	Normal		Core : Read-only		invalid		
