Closed
Bug 1207570
Opened 10 years ago
Closed 10 years ago
Make HTMLInputElement::GetFilesAndDirectories throw when the type is not file
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla44
| Tracking | Status | |
|---|---|---|
| firefox44 | --- | fixed |
People
(Reporter: jwatt, Assigned: jwatt)
Details
Attachments
(1 file)
|
953 bytes,
patch
|
baku
:
review+
|
Details | Diff | Splinter Review |
The Directory Upload spec now says that HTMLInputElement.getFilesAndDirectories() should throw InvalidStateError if the input's type is not 'file'.
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8664820 -
Flags: review?(amarchesini)
Updated•10 years ago
|
Attachment #8664820 -
Flags: review?(amarchesini) → review+
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
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
•