https://bugzilla.wikimedia.org/show_bug.cgi?id=63039

--- Comment #1 from Mark A. Hershberger <m...@everybody.org> ---
So after poking around for a bit I was able to get past this error with the
following registry key set to "1":

  HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\MAIN
  \FeatureControl\FEATURE_PROTOCOL_LOCKDOWN\iexplore.exe

Isn't IE support fun?

Now the save button (bug #63043) changes color but clicking it results in
"SCRIPT70: Permission denied" that IE's debugger says comes from the following
line in jquery.js:

    proxy=function(){
        return fn.apply(context,args.concat(core_slice.call(arguments)));
    };

Hints on registry keys from
http://stackoverflow.com/questions/5352057/script70-permission-denied-ie9

Looks like there may be some help in the newer versions of jquery:
http://bugs.jquery.com/ticket/13936

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to