You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by "Scott Wilson (JIRA)" <ji...@apache.org> on 2011/02/04 00:08:29 UTC

[jira] Updated: (WOOKIE-151) Numeric keys for preferences result in Parse Error in Safari

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

Scott Wilson updated WOOKIE-151:
--------------------------------

    Fix Version/s: 0.9.1

> Numeric keys for preferences result in Parse Error in Safari
> ------------------------------------------------------------
>
>                 Key: WOOKIE-151
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-151
>             Project: Wookie
>          Issue Type: Bug
>         Environment: Safari 5 Mac OS X
>            Reporter: Scott Wilson
>            Assignee: Raido Kuli
>             Fix For: 0.9.1
>
>
> If you create a widget that uses numeric keys for preference values, this can cause a Parse Error deeper in Wookie (most likely, in DWR) even if the values are cast to a String.
> To replicate, add this line to any widget:
> widget.preferences.setItem("12345","67890");
> Also:
> widget.preferences.setItem("12345a","67890");
> ...will fail, but not:
> widget.preferences.setItem("a12345","67890");
> I suspect this is something either in the wrapper.js or DWR engine.js. Unfortunately the debug tools in Safari aren't sufficient to trace it properly.
> As a workaround - just don't use numbers for preference keys!

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira