Bug 34192

Summary: Dispatch drag and drop events for cut/copy events
Product: WebKit Reporter: Daniel Cheng <dcheng>
Component: HTML EditingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac (Intel)   
OS: OS X 10.5   
URL: https://bugs.webkit.org/show_bug.cgi?id=34153
Bug Depends on:    
Bug Blocks: 33877    
Attachments:
Description Flags
Patch none

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.