Is anyone aware of any issues with SharePoint and IE8? Is there a SharePoint related reason to push our users to adopt it?
I haven't run into anything, I'm just curious if anyone else has.
Paul Grenier, Lead Moderator
Is anyone aware of any issues with SharePoint and IE8? Is there a SharePoint related reason to push our users to adopt it?
I haven't run into anything, I'm just curious if anyone else has.
You'll want to add some code into the head section of your master pages to allow the sites to render properly.
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
If not, you'll run into some issues with flyouts and such.
I had a problem with the task pane not opening in datasheet view. the solution was to click on actions, and then task pane. so far that is the only problem i've encountered.
You must log in to post.