对话框中 xml 中的 jquery ui 选项卡 - 焦点问题(非活动选项卡不会从“选项卡”获取焦点)
好吧,
发布代码会很棘手,但我会尝试明天更新一个示例。
我的对话框是动态的,并加载了动态内容,包括动态 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅此线程:如何设置选项卡焦点使用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?