Opened 10 years ago

Closed 10 years ago

#11658 closed Bug (invalid)

How to make CKEditor field read only in IE9

Reported by: Ravi Owned by:
Priority: Normal Milestone:
Component: Project : CKPackager Version: 3.6.3
Keywords: Cc: ravibabu.para@…

Description

Dear Team,

We are facing one critical issue on CKEditor field making read only.

We have some conditions to make that field.

in both cased it is getting enabled.

we tried below cutoms code in java script to make that field read -only. But we are getting the some errors from ckeditor.js file.

code we tried :

1) $(sId).attr("readonly", true); 2) CKEDITOR.instances[sDetailReport.GetInputName()].setReadOnly(true);

3) $(sId).ready(function() {

CKEDITOR.config.readOnly = true;

});

4) $( sId ).prop("disabled", true);

but no luck.

Can you help on this issue.

Regards, Ravi Para

Change History (1)

comment:1 Changed 10 years ago by Jakub Ś

Resolution: invalid
Status: newclosed

First off all I recommend upgrading to latest CKEditor 4.x (this one has IE11 support) or at least to CKEditor 3.6.6 (no IE11 support).

Second, I have checked read-only samples (ckeditor/_samples/readonly.html) in IE9 and they work as expected. I don't see any issues here.

Finally this isn't support site but place for reporting CKEditor bugs thus I’m closing this issue as invalid.

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