﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12299	Not able to set readonly in IE	Raghav		"I am working on a angular C K Editor directive and I have a requirement which needs to enable or disable CK Editor dynamically depends on condition.Most of the browsers are supporting this feature except IE.
Below is the code for enabling or disabling


CKEDITOR.on(""instanceReady"", function () {
                            CKEDITOR.setData(ngModel.$modelValue);
                            if (attr.isReadOnly) {
                               CKEDITOR.setReadOnly(isReadOnly);
                            }

                        });

Please help on this.

Thanks,
Raghav

"	Bug	closed	Normal		Core : Read-only		invalid		
