Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #19845, comment 42


Ignore:
Timestamp:
03/03/2014 08:10:05 PM (11 years ago)
Author:
azaozz
Comment:

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 block 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).
     1We 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).