Closed
Bug 165590
Opened 22 years ago
Closed 22 years ago
Reload does not clear data typed in when clicked in textarea and text fields
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
People
(Reporter: budingraham, Assigned: alexsavulov)
Details
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.1) Gecko/20020826
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.1) Gecko/20020826
<html>
<head>
</head>
<body>
<form name="frmMain">
<textarea name="dfsDescription" cols="50" rows="4" wrap="on"></textarea>
<br /><br />
<input type="text" name="dfsTest" size="40" maxlength="256">
</form>
</body>
</html>
Reproducible: Always
Steps to Reproduce:
1.Type in data
2.click the reload button
3.
Actual Results:
Instead of the data being cleared out ( expected behavior ), the data remains.
Expected Results:
The data should be cleared out of the fields on the reload action.
Assignee | ||
Comment 1•22 years ago
|
||
this is a duplicate of another bug report that i cannot find right now
Comment 2•22 years ago
|
||
*** This bug has been marked as a duplicate of 46845 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
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
•