Open
Bug 691276
Opened 14 years ago
Updated 3 years ago
When dropping a file onto the first of a group of file upload form-elements (input type="file"), the file shows in the element it was dropped on (correct) AND in the next one!
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: alban.hertroys, Unassigned)
Details
Attachments
(1 file)
147.30 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1
Build ID: 20110928134238
Steps to reproduce:
I dragged a file from the explorer onto the first of a series of file form-elements (input type="file").
Next, I dragged a file in the next file form-element.
Actual results:
The file name got listed in the first element AND in the next one.
The same happened for the next form-element, but it showed up in the 2nd and 3rd elements.
Expected results:
The file should show up only in the form-element I dragged it to.
![]() |
||
Updated•10 years ago
|
Component: Shell Integration → HTML: Form Submission
Product: Firefox → Core
Assignee | ||
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•