Closed
Bug 419830
Opened 17 years ago
Closed 17 years ago
reloading a form by using F5-key does not reload form values
Categories
(Toolkit :: Form Manager, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 357206
People
(Reporter: felix.ospald, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12
Consider the following code:
<html>
<head></head>
<body>
<form>
<input type="text" value="Bug?">
</form>
</body>
</html>
Reproducible: Always
Steps to Reproduce:
1. Change the text.
2. Press F5 to reload the page. -> text is not restored.
3. Enter the URL-textbox (below the menubar) and press enter. -> text is restored.
Actual Results:
text is not restored
Expected Results:
text should be restored
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•