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: | Forms | Assignee: | 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
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
See also: bug 22261 and related.
Zach Leatherman
Ah, this is probably a duplicate of Bug 19104, linked from Bug 22261.
*** This bug has been marked as a duplicate of bug 19104 ***