Changes between Version 1 and Version 2 of Ticket #13317, comment 4
- Timestamp:
- May 29, 2015, 10:00:25 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13317, comment 4
v1 v2 13 13 editor.document.$.execCommand( type, false, null ); 14 14 }}} 15 It directly fires native ClipboardEvent `cut` on editable.15 It directly fires native ClipboardEvent `cut` and `copy` on editable. 16 16 17 17 > Whether we can make at least the normal paste work (paste as text and paste from word may be hard).