Opened 10 years ago
Closed 10 years ago
#12864 closed defect (fixed)
dijiit Editor doesn't work when document.domain is set to a different domain in Internet Explorer
Reported by: | Kris Zyp | Owned by: | Kris Zyp |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Editor | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If the document.domain gets set to a different domain (like if the location is www.domain.com and document.domain="domain.com"), then the editor doesn't work in IE because the iframe inherits the parent's location rather than the document.domain and can't communicate with the parent.
Note: See
TracTickets for help on using
tickets.
(In [24668]) Fix iframe creation when document.domain is altered, fixes #12864 !strict