[Webkit-unassigned] [Bug 7226] REGRESSION: tab key should move focus to next radio button, but it doesn't

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Feb 12 21:50:55 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=7226


vicki at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |




------- Comment #3 from vicki at apple.com  2006-02-12 21:50 PDT -------
But in this case the radio buttons do not belong to the same group -- the first
one has name="fieldOne", but the second radio button has no name attribute. 
I'm not sure how radio buttons that do not have a name attribute are supposed
to behave here.  But for a case like this:

<input type="radio" name="one">
<input type="radio">
<input type="radio" name="one">

there doesn't seem to be a way to set focus on that middle radio button with
keyboard navigation.  Is that the expected behavior?


-- 
Configure bugmail: http://bugzilla.opendarwin.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