You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Jesse MacFadyen (JIRA)" <ji...@apache.org> on 2013/05/28 20:24:21 UTC

[jira] [Commented] (CB-3522) WP8: Calling contacts.Find() with partial options results in NullReferenceException

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

Jesse MacFadyen commented on CB-3522:
-------------------------------------

Hi Kevin,
Pull looks good.
Tests can be added to the mobile-spec project ( github mirror is here [1] ) 
Have you signed the CLA? I do not yet see your name on the list [2]


[1] https://github.com/apache/cordova-mobile-spec
[2] https://people.apache.org/committer-index.html#unlistedclas
                
> WP8: Calling contacts.Find() with partial options results in NullReferenceException
> -----------------------------------------------------------------------------------
>
>                 Key: CB-3522
>                 URL: https://issues.apache.org/jira/browse/CB-3522
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: WP8
>    Affects Versions: 2.7.0
>            Reporter: Kevin Boyle
>            Assignee: Jesse MacFadyen
>            Priority: Minor
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> WP8 library code doesn't deal with only specifying partial options. The following code will cause a NullReferenceException and kill the app
> navigator.contacts.find(['id'], function (contacts) {
>     alert('found')
> }, function (error) {
>     alert('error')
> }, { multiple: true });

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira