Incomplete HTML in IE 11

牧云@^-^@ 提交于 2019-12-06 09:50:55
Andrés Nava - .NET

After further debugging, I was able to determine that requests made on IE 11 were returning with a content-type set to application/xhtml+xml instead of text/html.

Tracking down the cause of this problem lead me to the culprit: mobile.browser file in App_Browsers

Once this file was deleted, my requests were now returned with the correct content-type and IE 11 was able to render the page without a problem.

Hope this helps others.

I have the same problem in IE 11.0.9600. And figured it out if the webpage is loaded in the compatibility view, the data is not complete. However, if it is NOT in compatibility view (Settings/Compatibility View Settings, remove the domain), problem solved, and all my $().find() works okay.

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