You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Bas Bosman (JIRA)" <ji...@apache.org> on 2014/01/30 20:00:18 UTC

[jira] [Updated] (CB-4089) Undocumented API rule? Passing invalid option values uses default value instead.

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

Bas Bosman updated CB-4089:
---------------------------

    Component/s: Plugin Globalization

> Undocumented API rule? Passing invalid option values uses default value instead.
> --------------------------------------------------------------------------------
>
>                 Key: CB-4089
>                 URL: https://issues.apache.org/jira/browse/CB-4089
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: Docs, Plugin Globalization
>    Affects Versions: 2.7.0
>            Reporter: Peter
>            Assignee: Michael Brooks
>            Priority: Minor
>
> It looks like there is some undocumented rule such that if an _invalid_ option value is passed via a Cordova API then the _default_ value will be used instead.
> For example, the following calls are all equaivalent:
> {code}
> navigator.globalization.dateToString(new Date(), win, fail, {selector: 'banana'}) 
> navigator.globalization.dateToString(new Date(), win, fail, {selector: 'date and time'}) 
> navigator.globalization.dateToString(new Date(), win, fail, {}) 
> {code}
> I had (wrongly) expected 'banana' would result in some kind of API error since it is not a supported value for the selector.
> This undocumented API rule should be documented.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)