Opened 9 years ago
Closed 9 years ago
#14649 closed Bug (duplicate)
Widgets are editable when CKeditor is in readOnly mode
Reported by: | mdprw | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Widgets | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
- Go to "Simple Box" demo page
http://ckeditor.com/demo#widgets
- Set readOnly mode to true (assuming name of ckeditor is editor1):
CKEDITOR.instances.editor1.setReadOnly(true);
- Select Simple Box Widget and press delete key
Expected result
Widget shoudn't be editable: deleted or draggable (even if I set draggable property to true)
Actual result
Widget is editable/draggable
Other details (browser, OS, CKEditor version, installed plugins)
Windows 7 Browser: Firefox 46.0.1 CKEditor: 4.5.9
Change History (1)
comment:1 Changed 9 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Version: | 4.5.9 |
DUP of #12134.