Changes between Initial Version and Version 1 of Ticket #13317, comment 4


Ignore:
Timestamp:
May 29, 2015, 9:49:54 AM (10 years ago)
Author:
Artur Delura
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13317, comment 4

    initial v1  
    99
    1010> Whether copy and cut commands trigger our listeners.
    11 TBA
     11{{{
     12// `type` equals to `cut`.
     13editor.document.$.execCommand( type, false, null );
     14}}}
     15It directly fires native ClipboardEvent `cut` on editable.
    1216
    1317> Whether we can make at least the normal paste work (paste as text and paste from word may be hard).
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy