Opened 10 years ago
Last modified 10 years ago
#12717 confirmed Bug
setReadOnly() does not work well with the Shared Space plugin — at Initial Version
Reported by: | steph123 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.1 |
Keywords: | Webkit Blink | Cc: |
Description
When using the Shared Space plugin, the setReadOnly() function behaves strangely with the 'editing' toolbar group: A- Sometimes buttons are not grayed out. B- sometimes buttons are grayed out but remain active.
How to reproduce case A:
1- Go to the official Shared Space demo: http://ckeditor.com/ckeditor_4.3_beta/samples/plugins/sharedspace/sharedspace.html
2- In the browser console, type: for (var i in CKEDITOR.instances) CKEDITOR.instances[i].setReadOnly(true);
3- ==> In the shared toolbar, all buttons are disabled except "Paste", "Paste as plain text" and "Paste from Word".