IE 7 中的文件输入允许输入内容

发布于 2024-09-27 14:46:39 字数 253 浏览 0 评论 0原文

我在 IE 7 中遇到 问题, 它允许我输入内容。 FF 3.6 和 IE 8.0 中不存在此问题

这是已知问题吗?

每个机构都通过编写 java 脚本事件来处理它,以按照建议的方式消除按键 这里

I am having problem with <input type="file"/> in IE 7,
it is allowing me to type into it. This problem is not present in FF 3.6 and IE 8.0

Is this known problem?

And every body handles it with writing java script event to eat-out the key presses as suggested here?

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

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

发布评论

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

评论(1

悲凉≈ 2024-10-04 14:46:39

我当时使用了 unselectable=on 属性。
http://msdn.microsoft.com/en -us/library/ms537840%28v=vs.85%29.aspx

在某处找到此链接在Windows7中的多个IE上进行测试,希望对遇到此类问题的任何人有用。

I have used unselectable=on property at that time.
http://msdn.microsoft.com/en-us/library/ms537840%28v=vs.85%29.aspx

Got this link somewhere about testing on multiple IE in Windows7, hope to be useful for anybody having this kind of problems.

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