Testing in Chrome 23.0.1271.64m
on Windows XP and Windows 7.
When tabbing through forms, if you click on a radio
button, the tab index is reset and the tabbing starts over at the top of the page:
<input type="text">
<input type="text">
<input type="radio"><!-- click this radio and hit tab -->
<input type="text">
<input type="text">
IE7-10, Firefox and Opera all continue tabbing from the point of the clicked radio button. What is happening here in Chrome? Is there a trick to make Chrome behave as expected?