Closed
Bug 1454927
Opened 7 years ago
Closed 7 years ago
input date not working with input file
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1446342
People
(Reporter: f.bosch, Unassigned)
Details
Attachments
(1 file)
|
201 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0
Build ID: 20180404120016
Steps to reproduce:
I created the following minimal html.
<html>
<body>
<form action="" method="post">
<input name="beginDate" id="f_beginDate" value="" type="date">
<input name="document" id="f_document" value="" type="file">
</form>
</body>
</html>
Actual results:
Date picker not working
Expected results:
Date picker should be working.
Comment 1•7 years ago
|
||
change name="document" to something else.
Updated•7 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Component: Untriaged → DOM
Product: Firefox → Core
| Reporter | ||
Comment 3•7 years ago
|
||
Thanks, keep up the great work on Firefox!
| 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
•