In Internet Explorer 8, I got an Javascript Error by clicking on "Browse Server" in the Image Import function, that means I can not access the Resource Browser. This error appears only in Internet Explorer 8, no problem with versions 6 or 7 or Firefox. Can anybody verify this issue? (FCK version 2.6.4.1)
Mon, 09/28/2009 - 17:17
#1
Re: Javascript Error in IE8 (Image Browser)
What's your error?
Re: Javascript Error in IE8 (Image Browser)
I got the same error with an older version of FCKEditor, thought I needed to upgrade, maybe not
Re: Javascript Error in IE8 (Image Browser)
fckeditor/editor/dialog/common/fck_dialog_common.js
The error message is (I have to translate from German to English, I do not know the original English error message): class is not registered.
The strange thing for me is, on line 190 there is a simple window.open command:
Re: Javascript Error in IE8 (Image Browser)
Re: Javascript Error in IE8 (Image Browser)
Thank you for the advice, now I have turned off the popup blocker, but same error.
Re: Javascript Error in IE8 (Image Browser)
Please reply.
Re: Javascript Error in IE8 (Image Browser)
Re: Javascript Error in IE8 (Image Browser)
I have windows 7 with IE8, not possible.
I try on vista with IE8, no problem.
I try on windows 7 with Firefox, no problem.
Thanks
Re: Javascript Error in IE8 (Image Browser)
The solution is the following:
It was in the DCOM settings.
You can type "dcomcnfg" at the run prompt, expand "Component Services"
and right-click on the
"My Computer" to get to properties.
From there choose the "Default Properties" tab and change
the default authentication level to "Connect" and the Impersonation level to "Identify".
Now I'm running into problems with the window.open method (and thus window.opener) returning null, thus making it impossible to call the parent method.
This error only occurs under IE8 running on Windows 7 (Haven't confirmed with Vista). Inital research appears to point to UAC problems.