Changes between Initial Version and Version 1 of Ticket #13317, comment 4
- Timestamp:
- May 29, 2015, 9:49:54 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13317, comment 4
initial v1 9 9 10 10 > Whether copy and cut commands trigger our listeners. 11 TBA 11 {{{ 12 // `type` equals to `cut`. 13 editor.document.$.execCommand( type, false, null ); 14 }}} 15 It directly fires native ClipboardEvent `cut` on editable. 12 16 13 17 > Whether we can make at least the normal paste work (paste as text and paste from word may be hard).