Closed
Bug 1302295
Opened 9 years ago
Closed 1 year ago
Cannot drag and drop file from file picker dialog
Categories
(Core :: Widget: Win32, defect, P3)
Tracking
()
People
(Reporter: agi, Unassigned)
Details
Attachments
(1 file)
|
896 bytes,
text/html
|
Details |
While testing we discovered that Firefox on Windows does not allow dragging and dropping files from the file picker dialog that opens when an <input type=file> is activated. It is not necessarily a bug, but it's definitely odd since it seems to work on Firefox on OSX and Chrome on Windows/OSX. I'm attaching a minimal repro case.
Comment 1•9 years ago
|
||
Since this is a modal dialog, this seems correct to me. Chrome on Windows actually hangs when the dialog is closed after dragging.
If anything, we should probably ignore drag events on Mac as well while a modal dialog is open.
Updated•8 years ago
|
status-firefox56:
--- → wontfix
status-firefox57:
--- → wontfix
status-firefox58:
--- → fix-optional
Priority: -- → P3
Comment 2•8 years ago
|
||
status-firefox59:
--- → ?
Updated•3 years ago
|
Severity: normal → S3
Comment 3•1 year ago
|
||
[domcore-bugbash-triaged] meeting : we think this is a widget problem.
Component: DOM: Copy & Paste and Drag & Drop → Widget: Win32
Comment 4•1 year ago
|
||
As noted in comment 1, Windows file pickers are modal by design -- we deliberately make them children of the browser. And I don't know of any expressed concerns about the DND behavior on Mac.
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•