IE8 hangs when loading a page [duplicate]

巧了我就是萌 提交于 2019-12-13 09:18:10

问题


Possible Duplicate:
ASP.NET treeview performance issue with IE7,8

I have a page with a treeview with 2000 nodes in it. When opening that page, the IE8 hangs. Other browsers(Chrome, FF) works fine. The browser hangs (Not Responding) and then reopens and then the page is loaded. Any idea

Update 1: When i used telerik treeview control and render the same number of nodes, it didnt hang but it hangs when using asp.net treeview. So definitely not a problem of huge data.


回答1:


Does it also hang in Safari? Cause, i know if you use more than 200 different iframes in Safari it hangs.

Perhaps it is cause of the large amount?




回答2:


There are nesting limits in IE. This is what is found related to IE 7.




回答3:


You can use lazy-loading for your treeview.



来源:https://stackoverflow.com/questions/6923063/ie8-hangs-when-loading-a-page

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