[Webkit-unassigned] [Bug 170449] Image pasting is not working on tineye.com / gmail.com / GitHub.com due to lack of support for DataTransfer.items

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 5 17:37:51 PDT 2017


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

Ebrahim Byagowi <ebrahim at gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Image pasting is not        |Image pasting is not
                   |working on tineye.com /     |working on tineye.com /
                   |gmail.com due to lack of    |gmail.com / GitHub.com due
                   |support for                 |to lack of support for
                   |DataTransfer.items          |DataTransfer.items

--- Comment #11 from Ebrahim Byagowi <ebrahim at gnu.org> ---
Also GitHub, try to paste an image when you want file a bug or comment on a bug,

    function H(e) {
        if (e.clipboardData && e.clipboardData.items) {
            var t = Array.from(e.clipboardData.items).map(function(e) {
                return [e, _(e.type)]
    ...

These are really my everyday use websites that are forcing me to use another browser just for copy pasting an image.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170406/ccaf7368/attachment.html>


More information about the webkit-unassigned mailing list