Changes between Version 1 and Version 2 of Ticket #13441, comment 6


Ignore:
Timestamp:
Jul 15, 2015, 10:59:18 AM (9 years ago)
Author:
Szymon Cofalik
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13441, comment 6

    v1 v2  
    11Pushed branch:t/13441.
    22
    3 From what I've manually tested, it seems like Edge handles events properly.
     3From 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.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy