Closed
Bug 111446
Opened 23 years ago
Closed 23 years ago
The form element with style display:none is reset by back button
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 108309
People
(Reporter: kirill, Assigned: alexsavulov)
References
()
Details
(build 2001112009)
Problem:
The selector form element with style set to "display:none" is reset to it's
initial value by 'Back' button.
To reproduce using URL above:
1. click on one of the link to set both selectors (normal and "display:none") to
some value
2. submit the form using 'check' button (the javascript alert should popup
indicating current values)
3. when on the next page hit 'back' button to go back to form
4. click the 'check' button again to resubmit the form with the same values
Comment 1•23 years ago
|
||
jkeiser, anything you can do here? Does history store frame state or content
state or both?
Comment 2•23 years ago
|
||
Looks like a dupe of bug 111136. I think we do store the content and frame
values, but we do need to re-render them. We hit 111136 and can't change the
value to the old value because of it.
Comment 3•23 years ago
|
||
Actually it's a dup of bug 108309. Content is wholly unable (at the moment) to
save/restore values. Only frames do that. Form controls will be fixed at the
same time.
*** This bug has been marked as a duplicate of 108309 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 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
•