Changes between Initial Version and Version 1 of Ticket #11526, comment 4


Ignore:
Timestamp:
Feb 3, 2014, 4:03:00 PM (10 years ago)
Author:
Piotr Jasiun
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11526, comment 4

    initial v1  
    55- use custom data type (using `setData( 'custom', '...' )` or `setData( 'custom/type', '...' )`),
    66- overwrite date so browser will insert custom data on native drop or paste.
     7- it is not possible to handle drop event with dropbin, like paste event with pastebin. When `drop` event is called it is too late to move focus, move selection or create overall layer. Also even if we do so, we will lose drop position and need to use buggie `moveToPoint` method. Fortunately when drop method is called cursor is on drop position on IE.
    78
    89== Drag and Drop ==
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy