Question

After updating the browser to IE9 (I used IE7 before), weird things happen when working on MOSS2007.

When trying to edit content (a wiki entry for example), the textarea for editing shows raw HTML content rather than formatted/parsed text. This also happens for other controls that should render formatted content.

I attached an image showing the phenomenon on a Peoplepicker. enter image description here

Is this a known problem and is there a way to fix it?

In case it matters: In IE9, Javascript is enabled and compatibility mode doesn't affect the behaviour.

Thanks in advance for any hints.

Was it helpful?

Solution

I have experienced and fixed this same problem in the past by installing the February 2010 Cumulative Update:

Windows SharePoint Services 3.0 Cumulative Update Server Hotfix Package (WSS server-package)

Office SharePoint Server 2007 Cumulative Update server hotfix package (MOSS server-package)

Further information:

Rich Finn: Issue With People Picker Showing Strange XML

Not sure if this will solve your problem, as my issue was on IE7, but it has the same symptoms at least.

OTHER TIPS

IE9 is not an officially supported browser for SharePoint 2007 according to the Browser Support (Office SharePoint Server) documentation.

You can force the downstream compatibility by adding a META tag to your master page(s). See Defining Document Compatibility for further detail.

<meta http-equiv="X-UA-Compatible" content="IE=7">

As an alternative, you can define the X-UA-Compatible header within IIS as well. Implementing the META Switch on IIS provides a step-by-step.

Could it be another feature, that renders the content in a way that causes an error in IE9? This is all I can think of, since Dribbel can't replicate it and I have also previously used the people picker in IE9 without any problems.

So I think you should take a look at which other features you use, and see if any of them are effecting the rendering.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top