Closed
Bug 181022
Opened 23 years ago
Closed 23 years ago
Forms lose content when going back
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 179330
People
(Reporter: jc, Assigned: alexsavulov)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021115
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021115
With 1.3a, if I enter, say, a query in a text area and then submit it to another
page to be executed, and then hit "back", I go back to an empty text area.
Always before, the content I submitted would still be there when I went back.
Reproducible: Always
Steps to Reproduce:
1.Fill in a text area
2.submit the form
3.try to go back to that form
Actual Results:
you get an empty text area.
Expected Results:
Go back to the form with entries filled in.
Comment 1•23 years ago
|
||
*** This bug has been marked as a duplicate of 179020 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Wrong bug.
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
*** This bug has been marked as a duplicate of 179330 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → DUPLICATE
Updated•7 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
•