Chrome 23.0.1271.64m
在Windows XP 和 Windows 7 上进行测试。
在表单中切换时,如果单击radio
按钮,则选项卡索引将重置,并且切换从页面顶部重新开始:
<input type="text">
<input type="text">
<input type="radio"><!-- click this radio and hit tab -->
<input type="text">
<input type="text">
IE7-10、Firefox 和 Opera 都从单击的单选按钮处继续跳格。Chrome 中发生了什么?有什么技巧可以让 Chrome 按预期运行吗?