Bug 25715 - clearData, setData should work for copy/paste
Summary: clearData, setData should work for copy/paste
Status: RESOLVED DUPLICATE of bug 17645
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-11 21:48 PDT by Julie Parent
Modified: 2011-01-05 23:13 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Julie Parent 2009-05-11 21:48:46 PDT
Windows only.

getData/clearData/setData are only implemented for drag.  There is a fixme in ClipboardWin.cpp: 
//FIXME: Need to be able to write to the system clipboard <rdar://problem/5015941>

I didn't see a bugs.webkit.org bug filed on this, although this is clearly a known bug since there is a rdar bug.
Comment 1 Julie Parent 2009-05-12 22:37:31 PDT
Updated: getData does work for copy since it is just a read.  The functions that do writes (clearData, setData) are unimplemented for !dragging.
Comment 2 Ryosuke Niwa 2011-01-05 23:13:20 PST

*** This bug has been marked as a duplicate of bug 17645 ***