Hi all.
I can longer ignore this problem and my client refuses to change from IE :(
EVERY SS3 website we have produced gives me the following errors in the CMS. I'm on freah install of IE9 on Windows 7.
1. Clean SS3 install
2. login to cms
3. Click on page in Site Tree
4. loader pops up (thats it... nothing else)
5. I get the below errors in my IE console
SCRIPT438: Object doesn't support property or method 'widget'
jquery.js?m=1361842058&, line 613 character 6
------------------------------- framework/thirdparty/jquery/jquery.js --------------------
// Evaluates a script in a global context
// Workarounds based on findings by Jim Driscoll
// http://weblogs.java.net/blog/driscoll/archive/2009/09/08/eval-javascript-global-context
globalEval: function( data ) {
if ( data && rnotwhite.test( data ) ) {
// We use execScript on Internet Explorer
// We use an anonymous function so that context is window
// rather than jQuery in Firefox
( window.execScript || function( data ) { ///// ERROR IS HERE IT SAYS!!!!
window[ "eval" ].call( window, data );
} )( data );
}
},
Any ideas? this is really driving me insane and really don't want to have to re-install my OS
Cheers
Jamie