Changes between Initial Version and Version 1 of Ticket #13441, comment 4
- Timestamp:
- Jul 15, 2015, 8:40:15 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13441, comment 4
initial v1 7 7 }, null, null, 0 ); 8 8 }}} 9 This event is registered for IE only. On older versions of IE clipboard events had `.ctrlKey`, `.altKey` and `.shiftKey` properties. Since Edge, the ClipboardEvent is implemented ***correctly***and it does not have those properties. Thus, on Edge, undo manager callbacks are always prevented for both `paste` and `beforePaste` events.9 This event is registered for IE only. On older versions of IE clipboard events had `.ctrlKey`, `.altKey` and `.shiftKey` properties. Since Edge, the ClipboardEvent is implemented '''correctly''' and it does not have those properties. Thus, on Edge, undo manager callbacks are always prevented for both `paste` and `beforePaste` events.