JavaScript 确认()在 FF 3.6.4 中崩溃
昨天我添加了一行使用confirm()的JavaScript,我使用的是FireFox 3.6.3并且工作正常,但是今天FireFox在后台升级到3.6.4并且confirm()冻结了我的浏览器,尽管它仍然在 IE 中工作。我怀疑这是 FireFox 3.6.4 的问题。
我想知道这是否确实是 FireFox 3.6.4 的问题。如果有人可以告诉我,那就太好了。
非常感谢你,
鲁迪
Yesterday I added a line of JavaScript that uses confirm(), and I was using FireFox 3.6.3 and it was working fine, but today FireFox upgrades to 3.6.4 in the background and the confirm() freezes my browser, although it still works in IE. I suspect it is a FireFox 3.6.4 issue.
I was wondering if that was indeed a FireFox 3.6.4 issue. If anyone could please let me know, that would be great.
Thank you very much,
Rudy
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
确认()按预期工作(FF3.6.4 US-en)
confirm() works as expected here (FF3.6.4 US-en)
我没有看到 Bugzilla 中的任何类似问题,因此这很可能不是confirm() 本身的问题,而是与您使用它的方式有关。
您能否创建一个简单的独立测试用例来重现问题并将其发布到 http://pastie.org所以其他人可以测试它吗?如果人们能够复制它,那么应该将其提交给 Bugzilla。
I'm don't see any similar issues in Bugzilla, so it's likely that this is not an issue with confirm() itself but, rather with how you're using it.
Can you create a simple, stand-alone test case that reproduces the problem and post it to http://pastie.org so others can test it? If people are able to reproduce it, than it should be submitted as to Bugzilla.