Closed
Bug 191235
Opened 22 years ago
Closed 22 years ago
Checkbox checkmark incorrectly restores to the previous one when going back (form nested in table)
Categories
(Core :: DOM: Navigation, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 140697
People
(Reporter: suranyipeter, Assigned: radha)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
440 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130
after submitting this form and using the "Back" button, form values are restored
incorrectly. checkboxes are "shifted" to the left, other values disappear.
Reproducible: Always
Steps to Reproduce:
1. fill in the form (i.e. check some checkboxes)
2. push button at the bottom of the page (kensaku - find)
3. use "Back" button of the browser
Actual Results:
form settings are different from when I filled the form in. namely, all
checkboxes are shifted to the left. for example, if i had checked "MT" it would
have "AT" checked. non-checkbox values seem to disappear.
Expected Results:
restore the form in the state as they were before.
Comment 1•22 years ago
|
||
test case
steps:
- check a checkbox to the right
- navigate back
- navigate forward
result:
- checkmark moves left successively on each return
for this to happen, form code must be in this format:
<table><form><input hidden><tr><td>chekbox code
moving <form> outside of table or <input> inside a real cell, and bug can't be
reproduced.
a related bug found on testing: if you take out <tr><td> out all together, then
no form data will be saved
Comment 2•22 years ago
|
||
-> history:session
Assignee: dveditz → radha
Status: UNCONFIRMED → NEW
Component: Form Manager → History: Session
Ever confirmed: true
Keywords: testcase
QA Contact: tpreston → kasumi
Summary: form values are restored incorrectly when going back → Checkbox checkmark incorrectly restores to the previous one when going back (form nested in table)
Comment 3•22 years ago
|
||
*** This bug has been marked as a duplicate of 140697 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Component: History: Session → Document Navigation
QA Contact: kasumi → docshell
You need to log in
before you can comment on or make changes to this bug.
Description
•