Opened 13 years ago
Closed 13 years ago
#7536 closed Bug (fixed)
CKEDITOR.instances.<instance name >.document.$.body.setAttribute("contenteditable","off"); only works in Firefox but fail in IE 8
Reported by: | sumit | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Read-only | Version: | 3.5 |
Keywords: | Cc: |
Description (last modified by )
As I understand you want to have read-only version of CKEditor. Currently we are working on a new feature that might be what you are looking for. Please refer to #1376 for more details.
If that is something that suits your needs than maybe you could participate in that discussion and give us your feedback on how you think this should work?
Waiting for your comments.
Change History (3)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Status: | new → pending |
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | pending → closed |
This has been fixed in #1376
Please read the ticket as
CKEDITOR.instances.<instance name >.document.$.body.setAttribute("contenteditable","false"); only works in Firefox but fail in IE 8