[Webkit-unassigned] [Bug 241333] Drag and drop from Word to Safari contentEditable doesn't work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 6 09:23:46 PDT 2022


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

--- Comment #3 from Wenson Hsieh <wenson_hsieh at apple.com> ---
(In reply to Alexey Proskuryakov from comment #1)
> I can reproduce this with latest Word (16.60). Works with TextEdit.
> 
> Guessing that Word may be providing a promise instead of full data in the
> drag pasteboard, I don't remember any code in WebKit to support that.

There is a promise reading codepath in WebKit, but it only works in the context of promised file URLs (by calling into `-receivePromisedFilesAtDestination:options:operationQueue:reader:`). It seems like we'll need to generalize this to work with rich text data.

-- 
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/20220606/096c9890/attachment.htm>


More information about the webkit-unassigned mailing list