Opened 10 years ago
Last modified 10 years ago
#12979 confirmed Bug
[FF] Preview does not work when CKEditor is loaded from a different domain
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Firefox | Cc: | lokesh2206 |
Description (last modified by )
- Open in Firefox http://ckeditor.com/demo#full
- Click preview
- Result: an empty page
Works fine on http://ckeditor.com/latest/samples/replacebycode.html where CDN is not used.
Change History (7)
comment:1 Changed 10 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 10 years ago by
Status: | new → confirmed |
---|
comment:3 Changed 10 years ago by
Cc: | lokesh2206 added |
---|
comment:4 Changed 10 years ago by
comment:5 Changed 10 years ago by
@wwalc..did you find any solution as you have posted 6 weeks back?
comment:6 Changed 10 years ago by
Nope. IIRC I was looking if it's a regression and was almost convinced that either it was broken from the beginning (but then someone would have reported it earlier?) or it got broken in some version of Firefox. Did not have older versions of FF to confirm it though.
As my research did not end with any final conclusion, I preferred to not post anything here.
comment:7 Changed 10 years ago by
Try adding
document.domain = 'different/cdn domain';
before if condition in preview.html of preview plugin folder. It worked for me!
#13150 marked as duplicate.