[ 
https://issues.apache.org/jira/browse/CB-155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13180521#comment-13180521
 ] 

Jesse MacFadyen commented on CB-155:
------------------------------------

1 is done. Existing keys are available via getter/setter, (and it has
to happen whenever they change.)

The only cases that are not handled are:
localStorage.newKey = value;
and
localStorage["newKey"] = value;

If you have info to the contrary, please post a failing test case.

Cheers,
  Jesse

Sent from my iPhone5

On 2012-01-05, at 8:43 AM, "Colin Eberhardt (Commented) (JIRA)"


                
> localStorage does not work with square brace notation
> -----------------------------------------------------
>
>                 Key: CB-155
>                 URL: https://issues.apache.org/jira/browse/CB-155
>             Project: Apache Callback
>          Issue Type: Bug
>          Components: WP7
>    Affects Versions: 1.3.0
>            Reporter: Colin Eberhardt
>            Assignee: Jesse MacFadyen
>
> Currently the WP7 localStorage shim works if you use localStorage setItem / 
> getItem methods, however, it fails if you use the square brace notation:
> localStorage["key"] = someValue;

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to