Opened 11 years ago
Last modified 10 years ago
#11248 confirmed Bug
[FF] Permission denied is thrown when preview is used for page with document.domain
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.6.4 |
Keywords: | Firefox Oracle | Cc: |
Description
Problem can be reproduced in Firefox only from CKEditor 3.6.4 rev. [7527] in both CKE 3.x and 4.x
- Create subdomain.example.com and example.com domains
- Put ckeditor with attached sample under subdomain.example.com
- This sample has document.domain='example.com’ set
- Load attached sample from subdomain (http://subdoamin.example.com/ckeditor/samples/replacebycode2.html)
- Press preview
Result: Permission denied error is thrown.
Error: Permission denied to access property '_cke_htmlToLoad'
Code: doc.write( window.opener._cke_htmlToLoad );
URI: http://www.subdomain.example.com/ckeditor/plugins/preview/preview.html
Attachments (1)
Change History (5)
Changed 11 years ago by
Attachment: | replacebycode2.html added |
---|
comment:1 Changed 11 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 11 years ago by
Summary: | [FF]: Permission denied is thrown when preview is used for page with document.domain → [FF] Permission denied is thrown when preview is used for page with document.domain |
---|
comment:3 Changed 11 years ago by
Keywords: | Oracle added |
---|
I am facing the same problem. Do we have any solution for this?