Opened 8 years ago

Closed 8 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

  1. Open widget/dev/nestedwidgets
  2. 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 8 years ago by Jakub Ś

Keywords: widgets readonly editable removed
Resolution: duplicate
Status: newclosed
Version: 4.5.7

DUP of #12134

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