Open STRd6 opened 10 years ago
When running apps from within the editor postmaster messaging to parent window doesn't work.
Cause: Sandboxed runner is nested inside an iframe and the parent window does not proxy the messages to its parent.
I think we can fix this by proxying window.opener
window.opener
When running apps from within the editor postmaster messaging to parent window doesn't work.
Cause: Sandboxed runner is nested inside an iframe and the parent window does not proxy the messages to its parent.