Hi Adam,
When the
EditorWysiwygModeCss property is set firefox makes a new request of the page hosting CE. This was not the case in the last build we installed (12 June 2007). It also relates Fredd's problem
here.
I read
here that this property had some recent changes made to it. I think what is happening is that CE is adding a second (empty) reference to a css file, e.g.
<link rel="stylesheet" type="text/css" href=" " />
Because an empty link references the current page a new page is requested. As we clear some session variables on a non post-back request we cannot deploy this build until the issue is resolved, as it causes quite a few problems with our applications.
Many Thanks,
Ady