Opened 9 years ago
Closed 9 years ago
#14454 closed Bug (duplicate)
Editable widget in readonly mode is editable
Reported by: | Radoslav Petkov | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Widgets | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
- Open widget/dev/nestedwidgets
- Add the following code in the body:
<button onclick="setReadOnly()">SetReadOnly</button>
Add the following in the script tags:
function setReadOnly() { var editor1 = CKEDITOR.instances.editor1; editor1.setReadOnly(!editor1.readOnly); }
Expected result == Editor1 (the iframe sample) should be in readOnly mode and the editable widget should not be editable
Actual result == The widget is editable
Other details (browser, OS, CKEditor version, installed plugins)
Change History (1)
comment:1 Changed 9 years ago by
Keywords: | widgets readonly editable removed |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Version: | 4.5.7 |
DUP of #12134