[Webkit-unassigned] [Bug 14268] Radio buttons don't stay selected

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 21 00:33:37 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14268





------- Comment #1 from steve at geeksrus.com  2007-06-21 00:33 PDT -------
Seems to be the missing </label> tags.

Here is a simpler example:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">

<html lang="en">
<head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <title>untitled</title>
        <meta name="generator" content="TextMate http://macromates.com/">
        <meta name="author" content="Steven W Riggins">
        <!-- Date: 2007-06-20 -->
</head>
<body>
        <form  style="margin: 0px;" name="frmMain" id="frmMain" method="post"
action="https://www.godaddy.com/gdshop/hosting/build.asp?display=virtual">
        <!-- <input type="hidden" name="ci" value="1480">
        <input type="hidden" name="byos" value=""> -->

                <div style="padding-left:10px;">
                                                        <input  type="radio"
name="chkPlan" id="economy_1" value="economy_1"><label
for="economy_1">  1 month, <b>just $29.99/mo</b>

                                                        <input  type="radio"
name="chkPlan" id="economy_6" value="economy_6"><label
for="economy_6">  6 months, <b>just $29.99/mo</b>

                                                        <input  type="radio"
name="chkPlan" id="economy_12" value="economy_12"><label for="economy_12">12
months,<b> just $25.49/mo</b>
                                                        <b class="red">SAVE
15%</b>
                                                        <input  type="radio"
name="chkPlan" id="economy_24" value="economy_24"><label for="economy_24">24
months,<b> just $23.99/mo</b>
                                                        <b class="red">SAVE
20%</b>
                </div>

        </form>

</body>
</html>


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list