为什么 Firefox 4 会触发两次 beforeunload 事件?
我有一个网页,它捕获“beforeunload”事件,为用户显示一个确认对话框。在 Firefox 4 和 5 中,我发现当关闭页面也会关闭浏览器时,这个对话框会出现两次。此外,如果用户第二次单击“留在页面上”,浏览器将不再允许关闭各个选项卡。不过,您仍然可以关闭整个浏览器。
我认为这是 Firefox 的一个错误,但是有什么解决方法吗?
I have a web page which catches the 'beforeunload' event to put up a confirmation dialog for the user. In Firefox 4 and 5 I am finding that, when closing the page would also close the browser, this dialog is coming up twice. Furthermore, if the user clicks 'Stay on page' the second time, the browser then no longer allows individual tabs to close. You can still shut down the entire browser though.
I presume this is a Firefox bug, but is there any workaround?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这是一个错误,请参见此处 https://bugzilla.mozilla.org/show_bug.cgi? id=619857
我也在寻找解决办法,如果我了解一个,我会通知您。
yes it is a bug see here https://bugzilla.mozilla.org/show_bug.cgi?id=619857
I'm also in the middle of finding a work around i will inform you if i get to know one.