[Webkit-unassigned] [Bug 142843] New: clipboardData.setData('text/uri-list', ...) clears existing data.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 18 14:55:22 PDT 2015


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

            Bug ID: 142843
           Summary: clipboardData.setData('text/uri-list', ...) clears
                    existing data.
    Classification: Unclassified
           Product: WebKit
           Version: 525.x (Safari 3.2)
          Hardware: Unspecified
                OS: Mac OS X 10.10
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: saif7463 at gmail.com

I have observed that calling clipboardData.setData('text/uri-list', ...) after any other calls to clipboardData.setData() will result in a loss of data from the previous calls.

Repro: http://jsfiddle.net/ufwcv0nw/
1. Drag the top div and drop it anywhere. It specifies the data in an order with text/uri-lis first so nothing is over-written.
2. Drag the bottom div and drop it anywhere. It specifies the data in an order with text/uri-list last so everything is over-written.

-- 
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/20150318/d328c2d5/attachment-0002.html>


More information about the webkit-unassigned mailing list