[Webkit-unassigned] [Bug 36551] New: Allowed to select multiple radio buttons

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 24 12:52:12 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36551

           Summary: Allowed to select multiple radio buttons
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: steven.jay.cohen at gmail.com


Created an attachment (id=51536)
 --> (https://bugs.webkit.org/attachment.cgi?id=51536)
movie of error

The following code allows Safari to select both radio buttons (when it should
only be allowed to select one. Non-webkit browsers (notably Firefox) handle
this code with the expected behavior:

<html>
<body>
<form>
<input type="radio" name="" value="male" /> Male
<br />
<input type="radio" name="" value="female" /> Female
</form>
</body>
</html>

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



More information about the webkit-unassigned mailing list