RESOLVED INVALID 34192
Dispatch drag and drop events for cut/copy events
https://bugs.webkit.org/show_bug.cgi?id=34192
Summary Dispatch drag and drop events for cut/copy events
Daniel Cheng
Reported 2010-01-26 17:19:53 PST
The implementation does not quite conform to the spec yet; in particular, cancelling during the drag handler should cause the clipboard state to revert. Unfortunately, due to the way the Clipboard class is written, this is currently impossible. I will be submitting other patches to enable deferred writeback from Clipboard to the system pasteboard.
Attachments
Patch (11.43 KB, patch)
2010-01-26 18:34 PST, Daniel Cheng
no flags
Daniel Cheng
Comment 1 2010-01-26 18:34:04 PST
Daniel Cheng
Comment 2 2010-02-04 15:35:53 PST
Copy and paste is no longer representing using drag and drop.
Note You need to log in before you can comment on or make changes to this bug.