I am getting a permission denied error during calls to SetHTML. Debugging says that the error occurs on the line
FCK.EditorDocument.detachEvent("onselectionchange", Doc_OnSelectionChange).
It only seems to happen once per page load i.e once the error has occurred any calls to SetHTML work properly. Furthermore it only seems to happen if the SetHTML method is called 'quickly' after the editor is created. Changing the code to just set the value of the linked field doesn't update the editor either, i.e the selection change event is not fired. This makes me think that Doc_OnSelectionChange is not yet added to the linked fields, onselectionchange event list. Is this possible? Does anyone know of a fix to this problem.
Thanks guys
Toby
FCK.EditorDocument.detachEvent("onselectionchange", Doc_OnSelectionChange).
It only seems to happen once per page load i.e once the error has occurred any calls to SetHTML work properly. Furthermore it only seems to happen if the SetHTML method is called 'quickly' after the editor is created. Changing the code to just set the value of the linked field doesn't update the editor either, i.e the selection change event is not fired. This makes me think that Doc_OnSelectionChange is not yet added to the linked fields, onselectionchange event list. Is this possible? Does anyone know of a fix to this problem.
Thanks guys
Toby

Re: Permission denied in IE 7
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: Permission denied in IE 7
Current sequence
Load page
If IE show the editing area
load the editor
OnComplete if ie hide the editing area
Before calling api show the editor
Call any of the above api methods -> permission error
Is there anything else that could be causing this problem?
Thanks
Toby
Re: Permission denied in IE 7
I am using asp.net 3.0 and FCK Editor version 2.6. When i refresh the page i get "permission denied" error.
I have update panel on my page.Is this creating error???.I can't remove update panel from my page.Is there any solution for it???
It was working fine before I applied update panel on my pages. Even when the page loads first time it does nto show this weird error.Bt next time after refersh I get this error.
We have some solutions too,But none of them is working:
1. Give write permissio's to the FCK folder.
2.I have read in other forums that FCK editor and website should be on same domain.Which is valid in our case.The FCk editor and website is on same domain.
What could be the solution for it.Promp reply is highly appreciated.
Thanks
Yuvika
Re: Permission denied in IE 7