Reputation: 7542
I have been developing an ASP.NET web application on a computer with Windows 7. I have been testing on Firefox, Chrome and IE 7 and 8 using IE tester and IE 9 natively. All has been well. Today I got a new notebook with Windows 8 and IE 10 and am getting tons of javascipt errors. If I run it in IE 9 compatability mode via the developer console it works fine. Why is it working in every browser except IE 10? Is this a common issue? If it matters it seems to be an issue when both jQuery and the ASP.NET server control http://www.basicdatepicker.com/ which appears to use this javascript library: http://www.datejs.com/ are on the same page being rendered.
I've been looking around the net and have noticed there are sites that says javascript is not enabled when I view them in IE 10. For example:
https://time.manpowerdirect.com/Individual/TermsOfUse.aspx
Accoding to my security settings javascript is enabled:
Does anyone know what is going on or why this is happening?
Upvotes: 0
Views: 2038
Reputation: 57115
You need to install ASP.NET hotfixes on the server to update its browser definition files such that it recognizes that IE10 is a browser that supports JavaScript. Please see the duplicate question.
Upvotes: 2