[Webkit-unassigned] [Bug 218519] [GTK] Can't paste image data (like image/png) from the clipboard in WebKitGtk browsers.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 14 08:15:26 PST 2021


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

--- Comment #6 from Sonny Piers <sonny at fastmail.net> ---
Actually a much better test case is to run 

window.addEventListener('paste', function(e){
  console.log(e.clipboardData.items.length)
});

in the JavaScript console and then paste data.

Both on editable and non-editable contexts it logs 0 when pasting [Image].

-- 
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/20210114/e9f4ac01/attachment-0001.htm>


More information about the webkit-unassigned mailing list