Closed
Bug 1104945
Opened 10 years ago
Closed 10 years ago
[e10s] window.ondrop broken
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 936092
People
(Reporter: mayhemer, Unassigned)
Details
Attachments
(1 file)
(deleted),
application/force-download
|
Details |
Two cases:
- content scripts handles window.ondrop with event.stopPropagation(); the handles is not called (see attached log viewer that loads files to view by dropping them from file system to the content window)
- drop of a file(s) from the file system (Windows Explorer, Total Commander) on the [Browse...] button in upload forms (e.g. attachment in Bugzilla upload) does cause the file to load in the browser instead of setting the file path in the <file> form field
Reporter | ||
Updated•10 years ago
|
Attachment #8528556 -
Attachment description: logviewer.zip → Test case (drop a text file to the content area to load it)
Comment 1•10 years ago
|
||
Dup of the [e10s]Dnd bug.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Assignee | ||
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
•