[
https://issues.apache.org/jira/browse/CB-4611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15018082#comment-15018082
]
Vladimir Kotikov edited comment on CB-4611 at 11/20/15 2:24 PM:
----------------------------------------------------------------
This test just tests if ContactField constructor acts properly and sets
{{pref}} field according to constructor's param.
{{pref}} is not supported by native Android implementation, and thus is
ignored, when saving contact, and always false, when querying contact from
device.
was (Author: vladimir.kotikov):
This test just tests if ContactField constructor acts properly and sets
{{pref}} field according to constructor's param.
{{pref}} is not supported by native Android implementation, and thus, {{pref}}
property is ingored, when saving contact and always false, when querying
contact from device.
> ContactField pref property returns true in Android
> --------------------------------------------------
>
> Key: CB-4611
> URL: https://issues.apache.org/jira/browse/CB-4611
> Project: Apache Cordova
> Issue Type: Bug
> Components: Docs, Plugin Contacts
> Affects Versions: 2.9.0
> Environment: Android 4.2 emulator
> Reporter: Shingo Toda
> Assignee: Michael Brooks
> Priority: Minor
> Labels: documentation
>
> I am looking into mobile-spec. [This
> document|http://cordova.apache.org/docs/en/2.9.0/cordova_contacts_contacts.md.html#ContactField]
> says
> {quote}
> *Android Quirks*
> pref: Not supported, returning false.
> {quote}
> But spec "contacts.spec.11 should be able to define a ContactField object" in
> contacts.tests.js(239) is passed, which pref is set to true. See the
> following.
> {code:title=www/autotest/tests/contacts.tests.js|borderStyle=solid}
> it("contacts.spec.11 should be able to define a ContactField object",
> function() {
> var contactField = new ContactField("home", "8005551212", true);
> expect(contactField).toBeDefined();
> expect(contactField.type).toBe("home");
> expect(contactField.value).toBe("8005551212");
> expect(contactField.pref).toBe(true);
> });
> {code}
> Is pref property not really supported?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]