Bug 63944

Summary: Clicking on a checkbox or radio button does not set starting point for tab order
Product: WebKit Reporter: Zach Leatherman <zachleatherman>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ap, mathias
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
URL: http://www.tizag.com/htmlT/htmlcheckboxes.php

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
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.