WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 19104
Bug 63944
Clicking on a checkbox or radio button does not set starting point for tab order
https://bugs.webkit.org/show_bug.cgi?id=63944
Summary
Clicking on a checkbox or radio button does not set starting point for tab order
Zach Leatherman
Reported
2011-07-05 09:44:23 PDT
Clicking on a text input, textarea or select element in Webkit sets the starting point for tab order. Subsequently hitting the tab key will tab to the next field obeying appropriate tabindex rules. But clicking on a checkbox or radio form control and then hitting the tab key restarts the tab order at the top of the page. To reproduce, just go to:
http://www.tizag.com/htmlT/htmlcheckboxes.php
1. Click on the checkbox next to the Baseball field. 2. Hit the tab key. It should go to the Basketball checkbox. Instead, it focuses to the top of the page. Successfully reproduced in Chrome 14 and Safari 4.0.3. Tested and works as expected in Firefox 3.6 and 5; Internet Explorer 7, 8 and 9; Opera 11.10.
Attachments
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2011-07-05 12:50:57 PDT
See also:
bug 22261
and related.
Zach Leatherman
Comment 2
2011-07-05 13:18:30 PDT
Ah, this is probably a duplicate of
Bug 19104
, linked from
Bug 22261
. *** This bug has been marked as a duplicate of
bug 19104
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug