Closed
Bug 891265
Opened 12 years ago
Closed 12 years ago
input fields of type file don't work as they did
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 887758
People
(Reporter: jbz, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:22.0) Gecko/20100101 Firefox/22.0 (Beta/Release)
Build ID: 20130618035212
Steps to reproduce:
my code <input name="file" type="file" id="file" size="64" />
used to display an input box with a Browse button after, in Firefox upto Versions 21.
Actual results:
Having upgraded Firefox to v22, only the Browse button shows without an input box but with text 'No file selected' shown outside the box. After using the Browse button, the file name shows to right side of the button but not apparently in a text type field.
The problem is that a quick review of a large form shows which edit boxes are empty but the file items do not stand out clearly when empty.
Expected results:
It should display an input box with a Browse button after so that something could be typed in without having to use the Browse button.
It's by design.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Component: HTML: Form Submission → Layout: Form Controls
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•