You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Paul Lindner (JIRA)" <ji...@apache.org> on 2008/08/12 16:22:44 UTC

[jira] Resolved: (SHINDIG-513) Infinite recursion in opensocial7to8.js and opensocial6to7.js

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

Paul Lindner resolved SHINDIG-513.
----------------------------------

    Resolution: Fixed

Thanks for the patch, this fix makes a lot of sense.

> Infinite recursion in opensocial7to8.js and opensocial6to7.js
> -------------------------------------------------------------
>
>                 Key: SHINDIG-513
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-513
>             Project: Shindig
>          Issue Type: Bug
>          Components: Features (Javascript)
>         Environment: N/A
>            Reporter: Jacky Wang
>         Attachments: fix-javascript-compatibility-bug.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> When gadget requires opensocial-0.6, ggs will load opensocial7to8.js and opensocial6to7.js consequently.
> However, both in 6to7 and 7to8, it has the statements as following:
> functionNameOld = functionName;
> functionName = new function object;
> 1. name is not correct: functionNameOld is actually the higher version of function.
> 2. when two js files loaded, the name "functionNameOld" conflicts and lead to infinite recursion.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Resolved: (SHINDIG-513) Infinite recursion in opensocial7to8.js and opensocial6to7.js

Posted by "Jacky Wang (王超)" <ch...@google.com>.
Many Thanks! :D

On Tue, Aug 12, 2008 at 10:22 PM, Paul Lindner (JIRA) <ji...@apache.org>wrote:

>
>     [
> https://issues.apache.org/jira/browse/SHINDIG-513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]
>
> Paul Lindner resolved SHINDIG-513.
> ----------------------------------
>
>    Resolution: Fixed
>
> Thanks for the patch, this fix makes a lot of sense.
>
> > Infinite recursion in opensocial7to8.js and opensocial6to7.js
> > -------------------------------------------------------------
> >
> >                 Key: SHINDIG-513
> >                 URL: https://issues.apache.org/jira/browse/SHINDIG-513
> >             Project: Shindig
> >          Issue Type: Bug
> >          Components: Features (Javascript)
> >         Environment: N/A
> >            Reporter: Jacky Wang
> >         Attachments: fix-javascript-compatibility-bug.patch
> >
> >   Original Estimate: 1h
> >  Remaining Estimate: 1h
> >
> > When gadget requires opensocial-0.6, ggs will load opensocial7to8.js and
> opensocial6to7.js consequently.
> > However, both in 6to7 and 7to8, it has the statements as following:
> > functionNameOld = functionName;
> > functionName = new function object;
> > 1. name is not correct: functionNameOld is actually the higher version of
> function.
> > 2. when two js files loaded, the name "functionNameOld" conflicts and
> lead to infinite recursion.
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>


-- 
Best Regards,

Jacky Wang
+86-10-6250-3316
+86-1381-0018-677
chaowang@google.com