[Webkit-unassigned] [Bug 174074] New: DataEvent.dataTransfer.setData('text/uri-list', '...') with multi file links missing \u000D\u000A

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 1 22:17:17 PDT 2017


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

            Bug ID: 174074
           Summary: DataEvent.dataTransfer.setData('text/uri-list', '...')
                    with multi file links missing \u000D\u000A
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: veikysun at gmail.com
                CC: wenson_hsieh at apple.com

I have found a bug in Chrome(Webkit) when drag multi links out of chrome, the \u000D\u000A between uris missing...  the MIME type is text/uri-list...   the function i've called is onDragStart(event){
   event.dataTransfer.setData('text/uri-list', 'file:///D:/xxx.mov\r\nfile:///D:/yyy.mov\r\nfile:///D:/zzz.mov');
}

-- 
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/20170702/5cb8a903/attachment.html>


More information about the webkit-unassigned mailing list