Firefox __doPostBack not working after idle time

拜拜、爱过 提交于 2019-12-11 13:58:15

问题


Got really strange Firefox issue. Using the Microsoft __doPostBack javascript function in web forms page. Used for tab control, we have got each tab click calling the __doPostBack function.

Works ok on my dev machine with all browsers but got a colleague who has an issue if he leaves the page idle for circa 3 -4 minutes. After this delay if he selects a new tab which calls the __doPostBack function the call to theForm.submit(); just hangs and get requested timeout.

No .net calls are seen in Firebug.

The __doPostBack event is called just theForm.submit() function just doesn't execute.

If he does not have this idle time works ok.

It is also ok for him on all other browsers.

Confused any ideas??

Cheers


回答1:


What add-ons does this person have installed? There are many that modify the way javascript works. Use a clean install of Firefox to test this. I suspect it's a non-issue, since it works fine for you.




回答2:


Found the cause of the problem AVG Link Scanner!

Disabled Link Scanner and now everything working OK.

Problem only manifested itself on local host.



来源:https://stackoverflow.com/questions/2311549/firefox-dopostback-not-working-after-idle-time

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!