Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.0.0, 2.5.0-beta1, 2.5.0-beta2
-
None
Description
The Shindig container could be rendered inside parent iframe and in this scenario, the rpc check for isChild (almost the same as check fro isGadget) does not work well because its actually act as the real container even though its put inside another iframe.
The proposed fix to add check for url param "parent" as well as the check for window instance.