Closed
Bug 1360925
Opened 8 years ago
Closed 8 years ago
Drag&Drop of files onto browser leads to stuck XHRs
Categories
(Core :: DOM: Core & HTML, defect, P1)
Tracking
()
RESOLVED
INVALID
People
(Reporter: bugzilla.mozilla.org, Assigned: baku)
References
Details
I'm seeing intermittent issues where uploading a file via drag&drop + formdata + xhr leads to the XHR showing up in the devtools but not starting. Using the <input type=file> of the page and opening the file via the file browser is more reliable.
Updated•8 years ago
|
Assignee: nobody → amarchesini
Priority: -- → P1
Assignee | ||
Comment 1•8 years ago
|
||
I suspect it's a duplicate of bug 1360887.
Can you upload a test case?
Flags: needinfo?(bugzilla.mozilla.org)
Looks like my initial report was incorrect. It doesn't just happen on drag&drop but also when using the regular file input. I'll wait for the other bug to be fixed and see if that covers my issue too.
Status: NEW → RESOLVED
Closed: 8 years ago
Flags: needinfo?(bugzilla.mozilla.org)
Resolution: --- → INVALID
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•