Changes between Initial Version and Version 2 of Ticket #12717


Ignore:
Timestamp:
Dec 3, 2014, 12:31:01 PM (9 years ago)
Author:
Jakub Ś
Comment:

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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12717

    • Property Status changed from new to confirmed
    • Property Keywords Webkit Blink added
    • Property Version changed from to 4.1
  • 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.
     1My mistake, here is the correct way to reproduce:
    42
    5 How to reproduce case A:
     31- 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).
    64
    7 1- Go to the official Shared Space demo:
    8 http://ckeditor.com/ckeditor_4.3_beta/samples/plugins/sharedspace/sharedspace.html
     52- Go to the official Shared Space demo: http://ckeditor.com/ckeditor_4.3_beta/samples/plugins/sharedspace/sharedspace.html
    96
    10 2- In the browser console, type:
    11 for (var i in CKEDITOR.instances) CKEDITOR.instances[i].setReadOnly(true);
     73- In Chrome's console, type: for (var i in CKEDITOR.instances) CKEDITOR.instances[i].setReadOnly(true);
     8==> All buttons are now disabled.
    129
    13 3- ==> In the shared toolbar, all buttons are disabled except "Paste", "Paste as plain text" and "Paste from Word".
     104- Click anywhere '''on the shared toolbar'''.
     11==> Three buttons are now enabled: "Paste", "Paste as plain text" and "Paste from Word".
     12
     13
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy