Closed
Bug 3547
Opened 26 years ago
Closed 25 years ago
Reset button doesn't clear file selection control
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
VERIFIED
FIXED
M6
People
(Reporter: cpratt, Assigned: kmcclusk)
References
Details
Create a simple HTML document and add this:
<form action="mailto:cpratt@netscape.com">
<input type=reset name=reset id=input2 value="reset">
<input type=file size=20 name=-file value=myFile>
</form>
When you view this in Communicator 4.51, clicking Reset resets the file
selection control. In apprunner, nothing happens when you click Reset.
test5.html contains this code if you'd like to look at a pre-rolled version of
this test.
Updated•26 years ago
|
Assignee: karnaze → kmcclusk
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Target Milestone: M6
*** Bug 4980 has been marked as a duplicate of this bug. ***
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•25 years ago
|
||
Fixed in 5/10/99 build.
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•