Last modified: 2014-09-05 23:56:28 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T65039, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 63039 - VisualEditor: Console shows "Permission denied" on IE9 when VE is first initiated
VisualEditor: Console shows "Permission denied" on IE9 when VE is first initi...
Status: ASSIGNED
Product: VisualEditor
Classification: Unclassified
Initialisation (Other open bugs)
unspecified
All All
: High major
: ---
Assigned To: Roan Kattouw
:
: 63043 (view as bug list)
Depends on:
Blocks: ve-msie
  Show dependency treegraph
 
Reported: 2014-03-24 22:56 UTC by Mark A. Hershberger
Modified: 2014-09-05 23:56 UTC (History)
5 users (show)

See Also:
Web browser: Internet Explorer
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments
diff of changes to update jquery (1.26 KB, patch)
2014-03-26 00:56 UTC, Mark A. Hershberger
Details

Description Mark A. Hershberger 2014-03-24 22:56:16 UTC
From the console:

 SCRIPT70: Permission denied 
 Main_Page, line 1 character 1

Filing to track this.
Comment 1 Mark A. Hershberger 2014-03-25 21:52:04 UTC
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
Comment 2 Mark A. Hershberger 2014-03-25 21:53:19 UTC
*** Bug 63043 has been marked as a duplicate of this bug. ***
Comment 3 Mark A. Hershberger 2014-03-26 00:55:11 UTC
Got past part of the permission problem without messing with the registry (yay!) by looking at newer jQuery code and seeing how it avoided use of iframe.  It is now stopping in setUpSurface.
Comment 4 Mark A. Hershberger 2014-03-26 00:56:03 UTC
Created attachment 14910 [details]
diff of changes to update jquery
Comment 5 Mark A. Hershberger 2014-04-10 16:00:38 UTC
Updated to latest VE (which shares MW's JQuery?) and saw the problem again.  Clicked IE's "Start debugging" in IE9 and wasn't able to reproduce it.

Returned to page, clicked IE's "Stop debugging" and then clicked VE's "Edit".  Spinner went into infinite loop.

Now, what are the dev tools setting up to cause this behavior?
Comment 6 Roan Kattouw 2014-09-05 23:56:28 UTC
For the record, I haven't experienced this problem in weeks of messing around with VE in IE in either IE10 or IE11.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links