You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Paul Lindner (JIRA)" <ji...@apache.org> on 2011/04/01 08:04:05 UTC

[jira] [Resolved] (SHINDIG-1473) gadgets.rpc calls from gadget to don't work when the transport is postMessage

     [ https://issues.apache.org/jira/browse/SHINDIG-1473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Lindner resolved SHINDIG-1473.
-----------------------------------

    Resolution: Fixed

marking resolved -- please reopen if still a problem.


> gadgets.rpc calls from gadget to don't work when the transport is postMessage
> -----------------------------------------------------------------------------
>
>                 Key: SHINDIG-1473
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1473
>             Project: Shindig
>          Issue Type: Bug
>          Components: Javascript 
>    Affects Versions: 1.0.1
>         Environment: Any browser where the window.postMessage transport is used
>            Reporter: Albert Wells
>
> Gadget-to-gadget communication doesn't work because of a bug in line 836 of /features/src/main/javascript/features/rpc/rpc.js:
> var targetWin = targetId === '..' ? parent : frames[targetId];
> It should be "parent.frames[targetId]" instead.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira