Closed
Bug 231813
Opened 21 years ago
Closed 21 years ago
in a form: input type="radio" select on refresh
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 140697
People
(Reporter: david2001, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6a) Gecko/20031030 MultiZilla/1.6.1.0a
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6a) Gecko/20031030 MultiZilla/1.6.1.0a
In a page with a form with input type="radio" (I test it in local with 20 radio
buttons), when I select one of this items and reload the page the selected items
change to the previous item.
Reproducible: Always
Steps to Reproduce:
1. in a form with radio buttons, select the last one
2. refresh the page
3. now you can see that the selected item was the previous that you select
Expected Results:
select the same item that I select.
Updated•21 years ago
|
Whiteboard: DUPEME
Bernd, What is a testcase?
if you reproduce the Steps to Reproduce you will see the error...
Put in a html page a form with 10 input type="radio"... then, test the page...
Select the last item and reload the page... you will see that the element
selected is the 9 item... if you reload again, the item selected is 8...
if you speak spanish, please tell me... i'll explain better...
David
Comment 3•21 years ago
|
||
I tried following your directions, but it worked for me. A testcase is the
smallest HTML page that demonstrates the bug. If you attach an HTML file that
demonstrates the bug, we can see if the same bug appears on our systems or if
it's unique to yours.
It sounds like it could be bug 140697 or bug 175289.
You can test it in the next page:
http://campusesport.uib.es/v1/registro.asp
Select "senderismo" and refresh the page... you will see that the selection
change when you refresh the page...
Yes, it seems to be the <a
href="http://bugzilla.mozilla.org/show_bug.cgi?id=175289">bug 175289</a>.
Comment 5•21 years ago
|
||
The code includes a <form> and <input> tag between a <table> and a <tr>. Bug
140697 has the same problem, but with a <form> and <input> between a <tr> and a
<td>.
*** This bug has been marked as a duplicate of 140697 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•