Changes between Initial Version and Version 1 of Ticket #11526, comment 4
- Timestamp:
- Feb 3, 2014, 4:03:00 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11526, comment 4
initial v1 5 5 - use custom data type (using `setData( 'custom', '...' )` or `setData( 'custom/type', '...' )`), 6 6 - 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. 7 8 8 9 == Drag and Drop ==