Closed
Bug 862
Opened 26 years ago
Closed 26 years ago
resetting a form destroys a textarea prematurely
Categories
(Core :: Layout: Form Controls, defect, P2)
Tracking
()
VERIFIED
FIXED
M3
People
(Reporter: karnaze, Assigned: buster)
References
()
Details
In test8 (or the following), entering reset will cause the textarea to be
destroyed. Entering it a 2nd time will cause the viewer to crash.
<html>
<body>
<form>
<textarea>foo</textarea>
<input type=reset>
</form>
</body>
</html>
Updated•26 years ago
|
Status: NEW → ASSIGNED
Updated•26 years ago
|
QA Contact: 4078
Comment 2•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 3•26 years ago
|
||
An early bug that was never closed out
verified on builds
99031209 on winnt4.0
99031209 on redhat5.2
99031209 on macos8.51
Status: RESOLVED → VERIFIED
Moving all Widget Set bugs, past and present, to new HTML Form Controls
component per request from karnaze. Widget Set component will be retired
shortly.
All these bugs were marked "New" when Jan transfered ownership of them to me.
They were all resolved and need to be marked "Verified" again.
This was Verified on 03/12/99...resetting back to Verified...Bugzilla wacked
out.
You need to log in
before you can comment on or make changes to this bug.
Description
•