在IE中阻止Javascript [英] Javascript blocking in IE

查看:69
本文介绍了在IE中阻止Javascript的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们都知道并接受当浏览器处于等待用户响应的警报消息等情况时Javascript线程停止运行的事实。但是,在IE9中(可能在所有其他版本中),即使调用浏览器设置
选项,javascript也会停止运行。虽然这可能不会影响大多数应用程序,但我们有一个应用程序,它在浏览器和服务器端之间有一个连续的AJAX对话框,并且由于阻塞正在发生,当用户为任何
原因输入设置时,应用程序会中断。 这情况可以很容易地重现。

We all know and accept the fact that Javascript thread stops running when browser is in situations such as al alert message waiting for user response. But, in IE9 (possibly in all other versions too) javascript stops running even when the browser settings option is invoked. While this may not affect most applications, we have an application which has a continuous AJAX dialog going on between browser and server side and since this blocking is happening, the application breaks when user enters Settings for any reason. This situation can easily be reproduced.

请注意,我们的应用程序在所有其他浏览器中都可以正常工作(除了可能在其中一个Android浏览器中)。我们发现这是一个不可接受的行为,从一开始就存在的浏览器!

Note that our application works fine in all other browsers (except may be in one of the Android browsers). We find this an unacceptable behavior in a browser that has been around since the beginning of time!




推荐答案

您好,

您可以通过connect.microsoft.com向Microsoft提交反馈,是使用MSIE的Web开发人员的点对点论坛。我们不适用于MS。

You can submit feedback to Microsoft at connect.microsoft.com, this is a peer to peer forum for web developers using MSIE. We do not work for MS.

Internet选项不是Modal?在可见的情况下没有暂停脚本

Internet Options is not Modal? There is no suspension of script while it is visible

我建议您检查每个循环上的本机xmlhttpreqest支持的ajax编码和功能测试。

I would suggest that you examine your ajax coding and feature test for native xmlhttpreqest support on each loop.

我的感觉/猜测,如果您在noAddons模式下运行IE或禁用Flash Cookie,请查看问题是否仍然存在。

My feeling/guess, see if the issue is still present if you run IE in noAddons mode or disable Flash Cookies.

如果如果您需要帮助,请提供您网站的链接,以便我们一起检查以及再现问题的说明。

If you require assistance, please provide a link to your website for us to examine together with instructions for reproducing the issue.


这篇关于在IE中阻止Javascript的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆