Opened 12 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)

8823and8727.patch (25.7 KB) - added by kaga 12 years ago.

Download all attachments as: .zip

Change History (3)

Changed 12 years ago by kaga

Attachment: 8823and8727.patch added

comment:1 Changed 12 years ago by kaga

Owner: set to kaga
Status: newreview

Patch resolved this ticket(#8823), #8727 and added missing config options.

Last edited 12 years ago by kaga (previous) (diff)

comment:2 Changed 12 years ago by Wiktor Walc

Resolution: fixed
Status: reviewclosed

Fixed with [7592].

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy