开发者

navigate through the form by clicking TAB in IE

I have custom DDL. When I navigate through the form by clicking TAB and focus to this DDL, I select item and press TAB but I c开发者_运维技巧an't go to the next element of the form. Focus goes to this DDL again but not to the next element. This issue is reproduced in IE, in other browsers it works well.

You can check simple example. The DDL without its styles and some logic there. The order of elements and number can be different in the form.

http://jsfiddle.net/sk8LG/12/

Thanks


Try this: I just took out the bit that checks for keyCode == "9", which is the tab key.

http://jsfiddle.net/sk8LG/13/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜