Sergey Grebnov created CB-5525:
----------------------------------
Summary: WP8. Contacts Api fails in case of there is special
character in contact field
Key: CB-5525
URL: https://issues.apache.org/jira/browse/CB-5525
Project: Apache Cordova
Issue Type: Bug
Components: Plugin Contacts, WP8
Affects Versions: 3.2.0
Reporter: Sergey Grebnov
Assignee: Sergey Grebnov
Repro steps
1. Add "(double quote) character to some contact notes
2. Run mobile spec unit tests for contacts api
3. Expected: "contacts.spec.3 success callback should be called with an array"
test is passed
4. Actual: there is exception when calling
this.webBrowser.InvokeScript(script.ScriptName, script.Args) due to contact
notes contains not escaped " character so resultant JSON is malformed.
--
This message was sent by Atlassian JIRA
(v6.1#6144)