NEEDS_FEEDBACK: DataEvent.dataTransfer.setData('text/uri-list', '...') with multi file links missing \u000D\u000A
Reported by
veiky...@gmail.com,
Jul 2 2017
|
||||
Issue description
UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36
Steps to reproduce the problem:
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');
}
What is the expected behavior?
the value event.dataTransfer.setData('text/uri-list') should include \r\n
What went wrong?
\r\n are missing....
Did this work before? N/A
Does this work in other browsers? N/A
Chrome version: 59.0.3071.115 Channel: stable
OS Version: 10.0
Flash Version:
,
Jul 5 2017
Could you tell us Edge and Firefox behaviors? Do these browsers put \r\n at end of URL list?
,
Jul 26 2017
,
Aug 7 2017
Mark WontFix since no response over one month. |
||||
►
Sign in to add a comment |
||||
Comment 1 by brajkumar@chromium.org
, Jul 4 2017