[Webkit-unassigned] [Bug 178776] clipboardData.setData doesn's work on iPhone and iPad

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 25 07:49:51 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=178776

--- Comment #1 from Wenson Hsieh <wenson_hsieh at apple.com> ---
Should be fixed by (relatively) recent work on clipboard APIs. In particular, <http://trac.webkit.org/changeset/222228> which uses StaticPasteboard to stage pasteboard data during copy, and <https://trac.webkit.org/changeset/222595/webkit>, which adopts the same technique for drag-and-drop, and also allows bindings to write arbitrarily many custom types during copy/dragstart (previously, later calls to setData would overwrite data supplied by previous calls).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171025/808d5fe4/attachment-0001.html>


More information about the webkit-unassigned mailing list