You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Sami Shalabi (JIRA)" <ji...@apache.org> on 2008/02/20 20:17:43 UTC

[jira] Created: (SHINDIG-84) Fixing container javascript to play well with other google javascript libraries

Fixing container javascript to play well with other google javascript libraries
-------------------------------------------------------------------------------

                 Key: SHINDIG-84
                 URL: https://issues.apache.org/jira/browse/SHINDIG-84
             Project: Shindig
          Issue Type: Bug
          Components: Javascript
            Reporter: Sami Shalabi
            Assignee: Kevin Brown
            Priority: Trivial


Currently in javascript/container/cookies.js  the following code:

var goog = {net: {cookies: {}}};

clobbers any existing definitions of goog, net, cookies. A simple workaround is to declare the object conditionally.

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


[jira] Updated: (SHINDIG-84) Fixing container javascript to play well with other google javascript libraries

Posted by "Sami Shalabi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sami Shalabi updated SHINDIG-84:
--------------------------------

    Priority: Major  (was: Trivial)

> Fixing container javascript to play well with other google javascript libraries
> -------------------------------------------------------------------------------
>
>                 Key: SHINDIG-84
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-84
>             Project: Shindig
>          Issue Type: Bug
>          Components: Javascript
>            Reporter: Sami Shalabi
>            Assignee: Kevin Brown
>         Attachments: fix-SHINDIG-84-bug.patch
>
>
> Currently in javascript/container/cookies.js  the following code:
> var goog = {net: {cookies: {}}};
> clobbers any existing definitions of goog, net, cookies. A simple workaround is to declare the object conditionally.

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


[jira] Updated: (SHINDIG-84) Fixing container javascript to play well with other google javascript libraries

Posted by "Sami Shalabi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sami Shalabi updated SHINDIG-84:
--------------------------------

    Attachment: fix-SHINDIG-84-bug.patch

> Fixing container javascript to play well with other google javascript libraries
> -------------------------------------------------------------------------------
>
>                 Key: SHINDIG-84
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-84
>             Project: Shindig
>          Issue Type: Bug
>          Components: Javascript
>            Reporter: Sami Shalabi
>            Assignee: Kevin Brown
>            Priority: Trivial
>         Attachments: fix-SHINDIG-84-bug.patch
>
>
> Currently in javascript/container/cookies.js  the following code:
> var goog = {net: {cookies: {}}};
> clobbers any existing definitions of goog, net, cookies. A simple workaround is to declare the object conditionally.

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


[jira] Resolved: (SHINDIG-84) Fixing container javascript to play well with other google javascript libraries

Posted by "Paul Lindner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Lindner resolved SHINDIG-84.
---------------------------------

    Resolution: Fixed

patch applied.


> Fixing container javascript to play well with other google javascript libraries
> -------------------------------------------------------------------------------
>
>                 Key: SHINDIG-84
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-84
>             Project: Shindig
>          Issue Type: Bug
>          Components: Javascript
>            Reporter: Sami Shalabi
>            Assignee: Kevin Brown
>         Attachments: fix-SHINDIG-84-bug.patch
>
>
> Currently in javascript/container/cookies.js  the following code:
> var goog = {net: {cookies: {}}};
> clobbers any existing definitions of goog, net, cookies. A simple workaround is to declare the object conditionally.

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