New issue
Advanced search Search tips

Issue 738713 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Aug 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 2
Type: Bug



Sign in to add a comment

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:
 
Cc: yosin@chromium.org
Adding @yosin for more update on this issue.

Comment 2 by yosin@chromium.org, Jul 5 2017

Cc: -yosin@chromium.org
Labels: Needs-Feedback
Summary: NEEDS_FEEDBACK: DataEvent.dataTransfer.setData('text/uri-list', '...') with multi file links missing \u000D\u000A (was: DataEvent.dataTransfer.setData('text/uri-list', '...') with multi file links missing \u000D\u000A)
Could you tell us Edge and Firefox behaviors?
Do these browsers put \r\n at end of URL list?
Labels: Needs-Milestone

Comment 4 by yosin@chromium.org, Aug 7 2017

Status: WontFix (was: Unconfirmed)
Mark WontFix since no response over one month.

Sign in to add a comment