Our site (A) is loading iframe of another wesite (B) with CKEditor in it.
We do have permissions to work with (B)'s cookies and other resources from (A).
But CKEditor fails because of window.top refers to our page (A) and not to page (B) where CKEditor is actually located.
Any ideas how to fix it?
We do have permissions to work with (B)'s cookies and other resources from (A).
But CKEditor fails because of window.top refers to our page (A) and not to page (B) where CKEditor is actually located.
Any ideas how to fix it?
Re: Serving CKEditor in iframe from different domain
Just replaced window.top with window… Hope this will not cause another issues.