Changes between Initial Version and Version 1 of Ticket #19845, comment 42
- Timestamp:
- 03/03/2014 08:10:05 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19845, comment 42
initial v1 1 We still have to handle cases where selected text is dragged in the Text editor and image/text is dragged in TinyMCE. Seems we can use `dragstart` and blockall other drag events until the `dragend` (both are [https://developer.mozilla.org/en-US/docs/DragDrop/Drag_and_Drop not fired] when dragging from the OS into the browser window).1 We still have to handle cases where selected text is dragged in the Text editor and image/text is dragged in TinyMCE. Seems we can use `dragstart` and skip all other drag events until the `dragend` (both are [https://developer.mozilla.org/en-US/docs/DragDrop/Drag_and_Drop not fired] when dragging from the OS into the browser window).