Closed
Bug 254247
Opened 22 years ago
Closed 22 years ago
Cannot select radio buttons on this page
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 213519
People
(Reporter: cwplatinum, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040707 Firefox/0.9.2
This is a bank website, so assuming code is pretty tight. Problem is that I
cannot select different radio buttons under Item 3 Select the state:. Radio
buttons for Item 1 Select the required service: work fine.
Reproducible: Always
Steps to Reproduce:
1. Start Firefox
2. Type in the URL - http://www.commbank.com.au/locateus/default.asp
3. Try to select other than ACT with the radio buttons in Item 3
Actual Results:
Nothing actually happened, this is the problem :-)
Expected Results:
Allowed me to select another state, such as VIC.
Comment 1•22 years ago
|
||
It's because they placed the </label> tag to close the first label in the wrong
place
this line:
<input id="stateACT" name="State" value="ACT" checked="checked" type="radio">
<span class="text"><label for="stateACT">ACT
The label tag belonging there in placed
<input id="stateWA" name="State" value="WA" type="radio"> <span
class="text"><label for="stateWA">WA</label></span>
<br> </label>
Comment 2•22 years ago
|
||
*** This bug has been marked as a duplicate of 213519 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•