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 EditingAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: wenson_hsieh
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Wenson Hsieh
Reported 2018-09-03 10:44:52 PDT
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
Note You need to log in before you can comment on or make changes to this bug.