Bug 63944 - Clicking on a checkbox or radio button does not set starting point for tab order
Summary: Clicking on a checkbox or radio button does not set starting point for tab order
Status: RESOLVED DUPLICATE of bug 19104
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://www.tizag.com/htmlT/htmlcheckb...
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-05 09:44 PDT by Zach Leatherman
Modified: 2011-07-05 13:18 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zach Leatherman 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.
Comment 1 Alexey Proskuryakov 2011-07-05 12:50:57 PDT
See also: bug 22261 and related.
Comment 2 Zach Leatherman 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 ***