﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10050	"readonly = ""readonly"""	xiltepin		"CKEditor 3.6.4


If i set the document to readonly. Source as the following;
readonly = ""readonly"".

Then I cannot remove the attribute. It is happening on IE only. Any workaround?

My code is de following


{{{
commit : function( data )
						{
							var element = data.element;

							if ( this.getValue() == 'false' )
								element.setAttribute( 'readonly', 'readonly' );
							else
								element.removeAttribute( 'readonly' );
						}
}}}

"	Bug	closed	Normal		General		expired		
