Opened 13 years ago
Closed 12 years ago
#8823 closed Bug (fixed)
CKEditor ASP.Net control does not handle ReadOnly attribute
Reported by: | mnaoumov | Owned by: | kaga |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Server : ASP.Net | Version: | 3.6.2 |
Keywords: | Cc: |
Description
I have the following markup
<cke:CKEditorControl runat="server" ReadOnly="True" Text="My text <b>bold</b> " />
ReadOnly attribute does not have any effect.
If I replace it with Enabled="False" it works as expected
Using CKEditor 3.6.2 and CKEditor.NET 3.6.2
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | 8823and8727.patch added |
---|
comment:1 Changed 13 years ago by
Owner: | set to kaga |
---|---|
Status: | new → review |
Patch resolved this ticket(#8823), #8727 and added missing config options.