Changes between Version 1 and Version 2 of Ticket #13441, comment 6
- Timestamp:
- Jul 15, 2015, 10:59:18 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13441, comment 6
v1 v2 1 1 Pushed branch:t/13441. 2 2 3 From what I've manually tested, it seems like Edge handles events properly. 3 From what I've manually tested, it seems like Edge handles events properly. I've changed `if ( CKEDITOR.env.ie )` to `if ( clipboard.mainPasteEvent == 'beforepaste' )` so those statements better represent what is really going on. I am not sure if there is a need for a special flag, as `mainPasteEvent` is `beforePaste` only of IE<=11.