[Webkit-unassigned] [Bug 182636] New: Pasting from Excel no longer provides text/html data

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 8 21:48:11 PST 2018


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

            Bug ID: 182636
           Summary: Pasting from Excel no longer provides text/html data
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: andrew.herron at ephox.com
                CC: wenson_hsieh at apple.com

Created attachment 333444

  --> https://bugs.webkit.org/attachment.cgi?id=333444&action=review

simple excel document to replicate the issue

Attached is a simple Excel document and a HTML page that hooks into the paste event and prints available clipboard data types to the clipboard when pasting into a ContentEditable.

Copying from Excel and pasting into the page gives the following results.

Safari 11.0.2 release:
a big list of data including text/html

Safari 11.1 (13605.1.25.1) and STP49:
Only one entry, type "Files" with no data.


In both cases the copied data does appear in the ContentEditable, there's no issue there, it's just the paste event 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/20180209/0c99079d/attachment.html>


More information about the webkit-unassigned mailing list