对话框中 xml 中的 jquery ui 选项卡 - 焦点问题(非活动选项卡不会从“选项卡”获取焦点)

发布于 2025-01-03 04:55:19 字数 378 浏览 4 评论 0原文

好吧,

发布代码会很棘手,但我会尝试明天更新一个示例。

我的对话框是动态的,并加载了动态内容,包括动态 jquery ui 选项卡。当我通过选项卡浏览对话框时,焦点停止在第一个选项卡上,并且不会继续到下一个选项卡。我尝试将焦点设置到下一个 li a 我尝试模糊 keycode.tab 上的活动选项卡,并添加了不同的 tabindex > 到选项卡 - 除其他事项外。

我确实将选项卡从对话框中拉出,并且当我使用键盘进行选项卡时,选项卡正确聚焦。我假设这是对话框的某种问题,然后通过 json 加载选项卡。

使用 jQuery 1.4.2

使用 jQuery UI 1.8.14

Ok,

posting code will be tricky, but I will try to update tomorrow with an example.

My dialog is dynamic and loaded with dynamic content, including dynamic jquery ui tabs. When I tab through the dialog, the focus stops at the first tab and does not proceed to the next tab. I have tried to set the focus to the next li a I have tried to blur the active tab on keycode.tab, and have added differing tabindex's to the tabs - among other things.

I did pull the tabs out of the dialog, and the tabs focus correctly as I tab through using the keyboard. I'm assuming it's some type of issue with the dialog and then tabs being loaded through json.

using jQuery 1.4.2

using jQuery UI 1.8.14

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

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

发布评论

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

评论(1

枫林﹌晚霞¤ 2025-01-10 04:55:19

请参阅此线程:如何设置选项卡焦点使用jquery li 页面加载

您是否正在尝试将焦点设置到无法接收焦点的DOM 元素?

See this thread: how to set tab focus on li page load using jquery

Could it be that you're trying to set focus to a DOM element that can't receive focus?

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