The url's of these "new tabs" opens as this line in rpc.js

      src = [relay, '#', targetId, '&', from, '@', callId, '&1&0&',
encodeURIComponent(rpcData)].join('');

and then emit the invisible iframe, so the url for MySpace in this case
would be:

www.myspace.com/gadgetURL#targetId&.... etc.

G.-

On Tue, Apr 14, 2009 at 9:08 PM, John Hjelmstad (JIRA) <[email protected]>wrote:

>
>    [
> https://issues.apache.org/jira/browse/SHINDIG-975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698993#action_12698993]
>
> John Hjelmstad commented on SHINDIG-975:
> ----------------------------------------
>
> That this happens on all containers suggests rpc.js may be implicated, but
> the fact that it happens on IE8 does not, since that just uses
> window.postMessage rather than the NIX transport. No version of IE uses IFPC
> (invisible IFRAMEs) any longer, so I'm dubious that's involved. On top of
> all this, various people claim it's not possible to programmatically open a
> new tab using IE7+... does anyone know the URL that all these new tabs are
> set to (I'd imagine it's hard to figure out).
>
> > Bug while loading apps in IE
> > ----------------------------
> >
> >                 Key: SHINDIG-975
> >                 URL: https://issues.apache.org/jira/browse/SHINDIG-975
> >             Project: Shindig
> >          Issue Type: Bug
> >          Components: Java, Javascript , PHP
> >         Environment: IE 7 - 8 (probably 6 too)
> >            Reporter: Gonzalo Aune
> >
> > Symptom
> > IE7 goes into a never-ending loop of new tabs and can only be stopped
> through the Task manager. The bug can also be reproduced in IE8.
> > How to reproduce:
> > This bug is a bit tricky to reproduce, but it was found on the following
> sites (all shindig based):
> > -          MySpace
> > -          Hi5
> > -          Yonja
> > -          Partuza
> > How to reproduce on Partuza:
> > 1) First of all, open 2 tabs, one just google (might work without this
> tab too), second one partuza
> > 2) Search for a friend with many apps (4+ is best to reproduce),
> > 3) Then right click on your friend's name and open in new tab
> > 4) Close that new tab while apps are loading
> > 5) Repeat steps 3&4 until IE starts to go berserk. Timing is very
> important. If the tab is closed too early or after all apps have loaded it
> will not re-occur.
> > This seems to be a user bug report of the same problem on MySpace:
> >
> http://www.techsupportforum.com/microsoft-support/internet-explorer-forum/288517-closing-causes-infinite-ie-windows-open.html
> > I think it has something do to with the invisible iframes loading from
> the rpc.js file, but im just guessing.
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>

Reply via email to