You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Chris Chabot (JIRA)" <ji...@apache.org> on 2008/03/14 13:25:24 UTC

[jira] Created: (SHINDIG-129) Setting Prefs gives Javascript error

Setting Prefs gives Javascript error 
-------------------------------------

                 Key: SHINDIG-129
                 URL: https://issues.apache.org/jira/browse/SHINDIG-129
             Project: Shindig
          Issue Type: Bug
          Components: OpenSocial - Javascript
            Reporter: Chris Chabot


I have a sample container with a number of gadgets: http://shindig/gadgets/files/container/example.html

When i set the preference in the horoscope gadget, i get: "val is not defined", in the function:

gadgets.Prefs.prototype.getString = function(key) {
 return prefs[key] ? gadgets.util.escapeString(val) : "";
};

This used to work up to about a week ago (rough guestimate)



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


[jira] Closed: (SHINDIG-129) Setting Prefs gives Javascript error

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

Chris Chabot closed SHINDIG-129.
--------------------------------

    Resolution: Fixed

Cassie fixed the issue the day i reported it, gues she forgot to close this bug :)

> Setting Prefs gives Javascript error 
> -------------------------------------
>
>                 Key: SHINDIG-129
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-129
>             Project: Shindig
>          Issue Type: Bug
>          Components: OpenSocial - Javascript
>            Reporter: Chris Chabot
>
> I have a sample container with a number of gadgets: http://shindig/gadgets/files/container/example.html
> When i set the preference in the horoscope gadget, i get: "val is not defined", in the function:
> gadgets.Prefs.prototype.getString = function(key) {
>  return prefs[key] ? gadgets.util.escapeString(val) : "";
> };
> This used to work up to about a week ago (rough guestimate)

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


[jira] Commented: (SHINDIG-129) Setting Prefs gives Javascript error

Posted by "Zhen Wang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SHINDIG-129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12579619#action_12579619 ] 

Zhen Wang commented on SHINDIG-129:
-----------------------------------

I sync'ed the code but failed to reproduce the bug in the sample containers (sample1.html and sample2.html.)
Does anyone else experience this problem?

> Setting Prefs gives Javascript error 
> -------------------------------------
>
>                 Key: SHINDIG-129
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-129
>             Project: Shindig
>          Issue Type: Bug
>          Components: OpenSocial - Javascript
>            Reporter: Chris Chabot
>
> I have a sample container with a number of gadgets: http://shindig/gadgets/files/container/example.html
> When i set the preference in the horoscope gadget, i get: "val is not defined", in the function:
> gadgets.Prefs.prototype.getString = function(key) {
>  return prefs[key] ? gadgets.util.escapeString(val) : "";
> };
> This used to work up to about a week ago (rough guestimate)

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