JavaScript 确认()在 FF 3.6.4 中崩溃

发布于 2024-09-07 07:24:08 字数 223 浏览 6 评论 0原文

昨天我添加了一行使用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 技术交流群。

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

发布评论

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

评论(2

以可爱出名 2024-09-14 07:24:08

确认()按预期工作(FF3.6.4 US-en)

confirm() works as expected here (FF3.6.4 US-en)

一向肩并 2024-09-14 07:24:08

我没有看到 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.

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