Bug 189246 - Write multiple URLs to the pasteboard when using DataTransfer to set "text/uri-list" to multiple URLs
Summary: Write multiple URLs to the pasteboard when using DataTransfer to set "text/ur...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-03 10:44 PDT by Wenson Hsieh
Modified: 2018-09-03 10:44 PDT (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 Wenson Hsieh 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.