[Webkit-unassigned] [Bug 172526] New: Drag event DataTransfer has unexpected types "dyn.ah62d4..."

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 23 15:22:05 PDT 2017


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

            Bug ID: 172526
           Summary: Drag event DataTransfer has unexpected types
                    "dyn.ah62d4..."
           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: joepeck at webkit.org
                CC: enrica at apple.com, joepeck at webkit.org,
                    rniwa at webkit.org, wenson_hsieh at apple.com

Created attachment 311062

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

[TEST] Test Page

Summary:
Drag event DataTransfer has unexpected types dynamic types.

Steps to reproduce:
1. Open attached test page
2. Drag the test element into the drop zone
  => Lots of unexpected types

Expected:
text/plain: Drag Data 1
text/x-1: x1
text/x-2: x2
text/x-3: x3
text/x-4: x4

Actual:
Apple WebKit dummy pasteboard type: 
dyn.ah62d4rv4gu81k3p2su11upmv: x1
dyn.ah62d4rv4gu81k3p2su11upmw: x2
dyn.ah62d4rv4gu81k3p2su11upmx: x3
dyn.ah62d4rv4gu81k3p2su11upmy: x4
dyn.ah62d4rv4gu8yc6durvwwaz5fqmf0w7baqv4045p3eb2gc65yqzvg82pwquuhk8puqy: 
text/plain: Drag Data 1
text/x-1: x1
text/x-2: x2
text/x-3: x3
text/x-4: x4

Chrome:
text/plain: Drag Data 1
text/x-1: x1
text/x-2: x2
text/x-3: x3
text/x-4: x4

Firefox:
text/plain: Drag Data 1
text/x-1: x1
text/x-2: x2
text/x-3: x3
text/x-4: x4

Notes:
- Reproduced on STP 30 on macOS Sierra 10.12.5

-- 
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/20170523/dec3b035/attachment.html>


More information about the webkit-unassigned mailing list