You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Benjamin McCann (JIRA)" <ji...@apache.org> on 2009/10/29 08:06:59 UTC

[jira] Created: (SHINDIG-1212) Shindig bombs out for userpref of type list

Shindig bombs out for userpref of type list
-------------------------------------------

                 Key: SHINDIG-1212
                 URL: https://issues.apache.org/jira/browse/SHINDIG-1212
             Project: Shindig
          Issue Type: Bug
          Components: Javascript 
            Reporter: Benjamin McCann


The grocery list gadget is used in the iGoogle documentation as an example of a gadget using a list preference:
http://hosting.gmodules.com/ig/gadgets/file/111062240676323771216/list.xml

It causes the following JS error when hitting "settings" to display the preferences dialog:
_gel("m_form_0") is null

My best guess is that the UI does not support list preferences since the JS error occurs on the following page:
http://www.gmodules.com/ig/gadgetsettings?mid=0&output=js&up_mylist=&url=http://hosting.gmodules.com/ig/gadgets/file/111062240676323771216/list.xml

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


[jira] Commented: (SHINDIG-1212) Shindig bombs out for userpref of type list

Posted by "Benjamin McCann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SHINDIG-1212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771723#action_12771723 ] 

Benjamin McCann commented on SHINDIG-1212:
------------------------------------------

The patch on Shindig-1188 would partially solve this issue
https://issues.apache.org/jira/browse/SHINDIG-1188

> Shindig bombs out for userpref of type list
> -------------------------------------------
>
>                 Key: SHINDIG-1212
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1212
>             Project: Shindig
>          Issue Type: Bug
>          Components: Javascript 
>            Reporter: Benjamin McCann
>
> The grocery list gadget is used in the iGoogle documentation as an example of a gadget using a list preference:
> http://hosting.gmodules.com/ig/gadgets/file/111062240676323771216/list.xml
> It causes the following JS error when hitting "settings" to display the preferences dialog:
> _gel("m_form_0") is null
> My best guess is that the UI does not support list preferences since the JS error occurs on the following page:
> http://www.gmodules.com/ig/gadgetsettings?mid=0&output=js&up_mylist=&url=http://hosting.gmodules.com/ig/gadgets/file/111062240676323771216/list.xml

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


[jira] Commented: (SHINDIG-1212) Shindig bombs out for userpref of type list

Posted by "Benjamin McCann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SHINDIG-1212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12771348#action_12771348 ] 

Benjamin McCann commented on SHINDIG-1212:
------------------------------------------

I created an extremely simple gadget that does nothing and has a single list preference.  This confirms that it is a problem with list prefs:
http://www.benmccann.com/test/list.gadget.xml

> Shindig bombs out for userpref of type list
> -------------------------------------------
>
>                 Key: SHINDIG-1212
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1212
>             Project: Shindig
>          Issue Type: Bug
>          Components: Javascript 
>            Reporter: Benjamin McCann
>
> The grocery list gadget is used in the iGoogle documentation as an example of a gadget using a list preference:
> http://hosting.gmodules.com/ig/gadgets/file/111062240676323771216/list.xml
> It causes the following JS error when hitting "settings" to display the preferences dialog:
> _gel("m_form_0") is null
> My best guess is that the UI does not support list preferences since the JS error occurs on the following page:
> http://www.gmodules.com/ig/gadgetsettings?mid=0&output=js&up_mylist=&url=http://hosting.gmodules.com/ig/gadgets/file/111062240676323771216/list.xml

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