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.
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.
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″>
Great Post – Thanks
haaaaaaaaaaaa
hmmmmm