Opened 9 years ago

Last modified 9 years ago

#12717 confirmed Bug

setReadOnly() does not work well with the Shared Space plugin — at Version 2

Reported by: steph123 Owned by:
Priority: Normal Milestone:
Component: General Version: 4.1
Keywords: Webkit Blink Cc:

Description (last modified by Jakub Ś)

My mistake, here is the correct way to reproduce:

1- Use Chrome 39.0.2171.71 m (although the bug also occurs in Firefox, the present procedure only works in Chrome, I don't know why).

2- Go to the official Shared Space demo: http://ckeditor.com/ckeditor_4.3_beta/samples/plugins/sharedspace/sharedspace.html

3- In Chrome's console, type: for (var i in CKEDITOR.instances) CKEDITOR.instances[i].setReadOnly(true); ==> All buttons are now disabled.

4- Click anywhere on the shared toolbar. ==> Three buttons are now enabled: "Paste", "Paste as plain text" and "Paste from Word".

Change History (2)

comment:1 Changed 9 years ago by steph123

My mistake, here is the correct way to reproduce:

1- Use Chrome 39.0.2171.71 m (although the bug also occurs in Firefox, the present procedure only works in Chrome, I don't know why).

2- Go to the official Shared Space demo: http://ckeditor.com/ckeditor_4.3_beta/samples/plugins/sharedspace/sharedspace.html

3- In Chrome's console, type: for (var i in CKEDITOR.instances) CKEDITOR.instances[i].setReadOnly(true); ==> All buttons are now disabled.

4- Click anywhere on the shared toolbar. ==> Three buttons are now enabled: "Paste", "Paste as plain text" and "Paste from Word".

comment:2 Changed 9 years ago by Jakub Ś

Description: modified (diff)
Keywords: Webkit Blink added
Status: newconfirmed
Version: 4.1

Problem can be reproduced from CKEditor 4.1 in Blink and Webkit Browsers.

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