Opened 16 years ago
Closed 16 years ago
#3117 closed Bug (fixed)
Permission denied to set property Window.fakeOpener
Reported by: | mike890 | Owned by: | Artur Formella |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | 3.0 Beta |
Keywords: | Confirmed Review+ | Cc: | mike890, WebSpellChecker.net |
Description
If the V3 editor is hosted on third party domain clicking "Spell Check" throws the following error "Permission denied to set property Window.fakeOpener" (FF) or "A Runtime Error has occurfed. Do you wish to debug? Line: 30 Error:Permission Denied" (IE).
Attachments (1)
Change History (9)
comment:1 Changed 16 years ago by
Cc: | mike890 added |
---|
comment:2 Changed 16 years ago by
comment:3 Changed 16 years ago by
Cc: | WebSpellChecker.net added |
---|
comment:4 Changed 16 years ago by
Keywords: | Confirmed added |
---|
The problem here is that we are using HTML pages to create the spellchecker pages and we must have no .html files involved on it. Everything should be created by script, to avoid having the "same domain policy" applied.
comment:5 Changed 16 years ago by
Owner: | set to Artur Formella |
---|---|
Status: | new → assigned |
Changed 16 years ago by
Attachment: | 3117.patch added |
---|
comment:6 Changed 16 years ago by
Keywords: | Review? added |
---|
It is not possible right now. It would require to make changes in the core of the WSC (changes in http://h1.spellchecker.net/spellcheck2/script/ssrv.cgi, use of JSON, less iframes )
All I can do is to disable WSC icon in case of custom domain. Loading more than once is now more reliable.
comment:7 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
Here is a related forum thread http://www.fckeditor.net/forums/viewtopic.php?f=11&t=13317