IE jquery ui 选项卡中的选项卡失去焦点

发布于 2024-09-29 04:27:57 字数 342 浏览 2 评论 0原文

我有一个包含 3 个选项卡布局的页面,每个选项卡都包含小表单。出于可访问性的原因,我密切关注通过选项卡浏览页面。当我在 FF & 中按 Tab 浏览并按 Enter 键时Chrome 焦点停留在选项卡上。在 IE 6、7、8 中,它会跳转到页面顶部,这对非视力或低视力用户造成了大问题。演示页面上也出现同样的情况: http://jqueryui.com/demos/tabs/

我已经尝试了多种通过元素上的 onclick 设置焦点的方法,但它不起作用。

关于如何修复有什么建议吗?

谢谢!

I have a page with a 3 tab layout and each tab contains small forms. For accessibility reasons I am paying close attention to tabbing through the page. When I tab through and hit enter in FF & Chrome the focus stays on the tab. In IE 6,7,8 it jumps to the top of the page which causes a big problem for non or low vision users. This same thing occurs on the demo page: http://jqueryui.com/demos/tabs/

I have tried many ways of setting focus with onclick on the element and it just doesn't work.

Any suggestions on how to fix?

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

信仰 2024-10-06 04:28:02

试试这个:

$( ".selector" ).tabs({selected:2} );

第一个选项卡是 0。

Try this:

$( ".selector" ).tabs({selected:2} );

The first tab is 0.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文