[
https://issues.apache.org/jira/browse/CB-4089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Filip Maj updated CB-4089:
--------------------------
Labels: backlog (was: )
> 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: cordova-docs
> Affects Versions: 2.7.0
> Reporter: Peter
> Assignee: Michael Brooks
> Priority: Minor
> Labels: backlog
>
> 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.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]