Opened 9 years ago
Closed 9 years ago
#14480 closed defect (worksforme)
window.parent.require not accessible
Reported by: | Pete Smith | Owned by: | Rawld Gill |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Core | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I have a dojo app that is embeddable in an iframe. When I do, line 603 of dojo.js dies on this line:
if(window.parent != window && window.parent.require)
window.parent.require is not accessible. It looks like this code is just for doh testing, I commented it out and my app works fine.
Change History (2)
comment:1 Changed 9 years ago by
Owner: | set to Rawld Gill |
---|
comment:2 Changed 9 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
attempted but unable to duplicate.
Note: See
TracTickets for help on using
tickets.
Please attach test cases to all your tickets, including this one.
Presumably window.parent is not defined, although I'm not sure why?
The bigger code snippet is:
Rawld, looks like a ticket for you?