I'm not sure exactly how you're getting there, but I'd guess it's due to a callJavascript() or callRPC() call. It looks like the code is failing on this line:
return $0.postMessage(encode($1),$2) If you can turn on the IE JS debugger and get a backtrace, that would be helpful. In IE 8, select 'developer tools' from the 'tools' menu:
<<inline: VMware FusionScreenSnapz001.png>>
Next, open the 'Script' tab and click the 'Start Debugging' button. The page will refresh.
<<inline: VMware FusionScreenSnapz002.png>>
IE will halt when a JS error occurs. Select the 'Call Stack' tab to see the stack trace:
<<inline: VMware FusionScreenSnapz003.png>>
Let me know what you find! On 1/21/11 4:12 PM, yfang wrote: > Hi Max, > > We have an IE issue that sometimes it popup an dialog with "Permission > denied" on iframemanger.js. Please see attached screenshot and > iframemaanger.js. > I was wondering if there is a way to isolated this issue so that I can > create a test case for it. Any suggestion would be appreciated. > > thanks, > Yuwen > > >
