Changes between Initial Version and Version 2 of Ticket #12717
- Timestamp:
- Dec 3, 2014, 12:31:01 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12717
-
Property
Status
changed from
new
toconfirmed
- Property Keywords Webkit Blink added
-
Property
Version
changed from
to
4.1
-
Property
Status
changed from
-
Ticket #12717 – Description
initial v2 1 When using the Shared Space plugin, the setReadOnly() function behaves strangely with the 'editing' toolbar group: 2 A- Sometimes buttons are not grayed out. 3 B- sometimes buttons are grayed out but remain active. 1 My mistake, here is the correct way to reproduce: 4 2 5 How to reproduce case A: 3 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). 6 4 7 1- Go to the official Shared Space demo: 8 http://ckeditor.com/ckeditor_4.3_beta/samples/plugins/sharedspace/sharedspace.html 5 2- Go to the official Shared Space demo: http://ckeditor.com/ckeditor_4.3_beta/samples/plugins/sharedspace/sharedspace.html 9 6 10 2- In the browser console, type: 11 for (var i in CKEDITOR.instances) CKEDITOR.instances[i].setReadOnly(true); 7 3- In Chrome's console, type: for (var i in CKEDITOR.instances) CKEDITOR.instances[i].setReadOnly(true); 8 ==> All buttons are now disabled. 12 9 13 3- ==> In the shared toolbar, all buttons are disabled except "Paste", "Paste as plain text" and "Paste from Word". 10 4- Click anywhere '''on the shared toolbar'''. 11 ==> Three buttons are now enabled: "Paste", "Paste as plain text" and "Paste from Word". 12 13