Opened 12 years ago
Closed 12 years ago
#10050 closed Bug (expired)
readonly = "readonly"
Reported by: | xiltepin | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
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' ); }
Change History (2)
comment:1 Changed 12 years ago by
Status: | new → pending |
---|
comment:2 Changed 12 years ago by
Resolution: | → expired |
---|---|
Status: | pending → closed |
I have used the below code on sample page:
The only problem I got was due to #8227 bug but elements were inserted properly. Could you provide sample page showing this problem e.g HTML page that can be put in samples folder and will work and show this issue.
Could you also provide details which IE has this problem?