IE 10 Browser Compatibility issues with MOSS 2007 and SharePoint 2010

Found so many user interface issues with Internet Explorer 10 while using it in MOSS 2007 and SharePoint 2010 sites. For instance, KPI didn’t load, Grouped items stuck with “Loading..” message, “Save” button didn’t work on SharePoint list forms, etc. Additionally, Experienced many JavaScript errors when tying Datasheet view, Multiple File Upload, etc.

IE 10 Browser Compatibility issues with MOSS 2007
IE 10 Browser Compatibility issues with SharePoint 2010

Temporary Fix:

Set the Browser Mode to IE 8!

How? Press F12, which fires IE Developer Tools. Select “Browser Mode: IE8”. You can also try setting the User-Agent string to IE 8 from the tools menu of IE Development tools.
Internet Explorer 10 issues with SharePoint 2007 and 2010

Permanent Fix:

Install the Hot fix! https://support.microsoft.com/kb/2600100/en-us

We can also force Internet explorer 10 to work on IE9 compatibility mode by setting the META tag in SharePoint Master page:
<meta http-equiv=”X-UA-Compatible” content=”IE=EmulateIE9″>

Salaudeen Rajack

Salaudeen Rajack - SharePoint Expert with Two decades of SharePoint Experience. Love to Share my knowledge and experience with the SharePoint community, through real-time articles!

3 thoughts on “IE 10 Browser Compatibility issues with MOSS 2007 and SharePoint 2010

Leave a Reply

Your email address will not be published. Required fields are marked *