Opened 15 years ago

Closed 15 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)

3117.patch (4.3 KB) - added by Artur Formella 15 years ago.

Download all attachments as: .zip

Change History (9)

comment:1 Changed 15 years ago by mike890

Cc: mike890 added

comment:3 Changed 15 years ago by Frederico Caldeira Knabben

Cc: WebSpellChecker.net added

comment:4 Changed 15 years ago by Frederico Caldeira Knabben

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 15 years ago by Artur Formella

Owner: set to Artur Formella
Status: newassigned

Changed 15 years ago by Artur Formella

Attachment: 3117.patch added

comment:6 Changed 15 years ago by Artur Formella

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 15 years ago by Frederico Caldeira Knabben

Keywords: Review+ added; Review? removed

comment:8 Changed 15 years ago by Artur Formella

Resolution: fixed
Status: assignedclosed

Fixed with [3508]

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy