Bug 189246
Summary: | Write multiple URLs to the pasteboard when using DataTransfer to set "text/uri-list" to multiple URLs | ||
---|---|---|---|
Product: | WebKit | Reporter: | Wenson Hsieh <wenson_hsieh> |
Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | wenson_hsieh |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Wenson Hsieh
For instance, on copy and drag, calling DataTransfer.setData("text/uri-list", "http://www.google.com\nhttp://www.apple.com") should populate the platform pasteboard with two URL items.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |