Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 97EC31822B for ; Fri, 20 Nov 2015 14:25:11 +0000 (UTC) Received: (qmail 40140 invoked by uid 500); 20 Nov 2015 14:25:11 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 40097 invoked by uid 500); 20 Nov 2015 14:25:11 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 39675 invoked by uid 99); 20 Nov 2015 14:25:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Nov 2015 14:25:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 077B52C1F6A for ; Fri, 20 Nov 2015 14:25:11 +0000 (UTC) Date: Fri, 20 Nov 2015 14:25:11 +0000 (UTC) From: "Vladimir Kotikov (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CB-4611) ContactField pref property returns true in Android MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-4611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Kotikov updated CB-4611: --------------------------------- Labels: documentation triaged (was: documentation) > 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, triaged > > 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: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org