Closed
Bug 298881
Opened 20 years ago
Closed 18 years ago
wrong checkbox selected after hitting browser's back button.
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
INCOMPLETE
People
(Reporter: victor, Unassigned)
References
()
Details
(Whiteboard: CLOSEME - 05/23 [needs-testcase])
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Instruction to repeate the problem is included in the demo.htm page. if you select for example checkbox 3, after submit and press the back button you would find checkbox 2 getting selected instead. Tests I have done suggest 1) the problem would happen only of the <form> is wrapped between <table> and its first <tr>, if the <form> is put outside of the table or inside a <td> block the problem would not happen. 2) a checkbox before the original selected elemement would be selected instead and the displacement is equal to the number of hidden variable exists in the form. 3) relocating all the hidden element after the checkbox field would hide the problem. Reproducible: Always Steps to Reproduce: 1.open the url I have provided 2.select checkbox 3 and hit submit 3.press the back button Actual Results: instead of checkbox 3 you should find checkbox 2 getting selected Expected Results: The original checkbox should be selected, in this case checkbox 3
Comment 1•20 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050627 Firefox/1.0+ ID:2005062705 bfacache ON -> WFM bfcache OFF -> WFM
Comment 2•20 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050626 Firefox/1.0+ WFM
Comment 3•19 years ago
|
||
Confirmed. Does NOT work for me. (Default cache settings)
Comment 4•18 years ago
|
||
Victor, the URL you gave no longer exists. Do you have a sample of this somewhere? Also, do you still see this issuing using Firefox 2.0.0.3 with a clean profile? http://kb.mozillazine.org/Profile_Manager
Whiteboard: CLOSEME - 05/23 [needs-testcase]
Comment 5•18 years ago
|
||
Closing as INCOMPLETE due to the URL no longer existing and the lack of a testcase.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → INCOMPLETE
Updated•14 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•