Bug 34192 - Dispatch drag and drop events for cut/copy events
Summary: Dispatch drag and drop events for cut/copy events
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.5
: P2 Normal
Assignee: Nobody
URL: https://bugs.webkit.org/show_bug.cgi?...
Keywords:
Depends on:
Blocks: 33877
  Show dependency treegraph
 
Reported: 2010-01-26 17:19 PST by Daniel Cheng
Modified: 2010-02-04 15:35 PST (History)
0 users

See Also:


Attachments
Patch (11.43 KB, patch)
2010-01-26 18:34 PST, Daniel Cheng
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Cheng 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.
Comment 1 Daniel Cheng 2010-01-26 18:34:04 PST
Created attachment 47483 [details]
Patch
Comment 2 Daniel Cheng 2010-02-04 15:35:53 PST
Copy and paste is no longer representing using drag and drop.