1

Topic: Microsoft JScript runtime error: Permission denied

I get this error on the following block of code, as reported by IE8

Permission denied

tiny_mce.js line, 1 character 133833

{return this.bodyElement||this.getDoc().body}

Any suggestions?

Thanks,
Mark

2

Re: Microsoft JScript runtime error: Permission denied

Hi  mrichman
I know it's been long since no response as come but, did you find the solution to this issue?

I have the exact same.

Thanks

3

Re: Microsoft JScript runtime error: Permission denied

Can you reproduce it simply by an example page that we might have a look at if so file a bug report and we will investigate it.

Best regards,
Spocke - Main developer of TinyMCE

4

Re: Microsoft JScript runtime error: Permission denied

Me to have the Same issue.

at this point of line in {return this.bodyElement||this.getDoc().body}

Case: I am enclosing tinymce editor and button in an ajax update panel. On button click page is posted back to server and editor is being loaded properly. Now when i try to Access some of the hyperlinks that are on the web page which shall redirect to same page, I am getting the above error in IE8

Can i have Solution for above

5

Re: Microsoft JScript runtime error: Permission denied

Me to have the Same issue.
at this point of line in {return this.bodyElement||this.getDoc().body}
in IE8 when iam trying to edit
"Permission denied"

Thanks,

A Naveen Kumar

6

Re: Microsoft JScript runtime error: Permission denied

Can you reproduce it simply by an example page that we might have a look at if so file a bug report and we will investigate it.

Best regards,
Spocke - Main developer of TinyMCE

7

Re: Microsoft JScript runtime error: Permission denied

Encountering this same issue.  After AJAX postback to send editor contents to server, the getDoc() method call fails with "Permission Denied" inside of setContent().  Looks like this has already been queued up for a bugfix (http://www.tinymce.com/develop/bugtrack … hp?id=4579)...can watchers of this thread go to the bug tracker and vote for it so it's addressed quickly?