Tab 在 Mac Firefox 中跳过选择表单字段。我可以通过更改程序来阻止这种行为吗?
Tab 会跳过 Mac Firefox 中的选择表单字段。
讨论了这个问题,并展示了如何通过更改系统首选项来阻止它。
然而,我正在运行一些在线心理实验,并希望避免要求用户更改他们的系统偏好设置。 所以我需要某种方法来停止代码中的跳过行为。
是否可以? 任何想法表示赞赏。
提前致谢。
=====编辑========
请注意,我无法在代码中使用 JQuery,但可以使用 JavaScript。
Tab skips select form fields in Mac Firefox.
http://www.tonyspencer.com/2006/05/02/tab-skips-select-form-fields-in-mac-browsers/
talks about the issue, and shows how to stop it by changing the system preference.
However, I am running some online psych experiment and would like to avoid asking users to change their system preference.
So I need some way to stop skipping-behavior in my code.
Is it possible?
Any ideas appreciated.
Thanks in advance.
=====edit========
Please note that I cannot use JQuery in my code, but I can use JavaScript.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我自己解决了这个问题。
我所做的并不是很理想,但这就是我所做的。
谢谢。
I solved the issue by myself.
What I did was not very optimal, but here is what I did.
Thanks.