Open
Bug 864052
Opened 12 years ago
Updated 2 years ago
clipboardData only supports pasting one file
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, defect, P5)
Tracking
()
NEW
People
(Reporter: amla70, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
With bug 407983 now it's possible to add a file in a contentEditable element by pasting it, but if more than one file is selected in the OS only the first one is available in the paste event.
Check attached testcase, select 2 or more files (don't select images to avoid the default insertion of data: encoded imgs) and only one of them will be reported.
Tested with Aurora 22.0a2 (2013-04-19) and Nightly 23.0a1 (2013-04-20)
Comment 1•6 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven't been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Updated•4 years ago
|
Component: DOM: Core & HTML → DOM: Copy & Paste and Drag & Drop
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•