[Webkit-unassigned] [Bug 173815] New: Move the Mac WK2 and iOS (WK1 and WK2) drag and drop implementations off of the legacy codepath
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jun 24 19:51:01 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=173815
Bug ID: 173815
Summary: Move the Mac WK2 and iOS (WK1 and WK2) drag and drop
implementations off of the legacy codepath
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: wenson_hsieh at apple.com
In <http://trac.webkit.org/changeset/212663>, a new dragging codepath was introduced that packages dragging information (e.g. drag image and pasteboard data) into a common DragItem struct. However, this is currently only used for Mac WK1. We should do the following for Mac WK2 and iOS (both WK1 and WK2):
- Use DragItem to propagate drag information when initiating a drag
- Use PasteboardWriterData to write data to the NSPasteboard/UIPasteboard/WebItemProviderPasteboard
--
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/20170625/256c010d/attachment.html>
More information about the webkit-unassigned
mailing list