Hi everyone, In rpc.js#setupChildIframe I'm trying to understand why we're getting the child from document. In the case where the container.js has been loaded into a different frame than where we are creating the gadget iframes, this will fail because "document" is the wrong "document", if that makes sense. Does anyone have experience loading the container.js in a separate frame than the one in which the gadgets are being rendered?
I'm thinking it might be best if these rpc methods were able to take optional document objects that they would use if present. Or maybe I'm simply doing something wrong? Thanks, -Stanton
