Bug 25715
| Summary: | clearData, setData should work for copy/paste | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Julie Parent <jparent> |
| Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | rniwa |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
Julie Parent
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Julie Parent
Updated: getData does work for copy since it is just a read. The functions that do writes (clearData, setData) are unimplemented for !dragging.
Ryosuke Niwa
*** This bug has been marked as a duplicate of bug 17645 ***