[ 
https://issues.apache.org/jira/browse/CB-8038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14217044#comment-14217044
 ] 

ASF GitHub Bot commented on CB-8038:
------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/cordova-plugin-dialogs/pull/42


> BB10 dialogs escapes backslash twice
> ------------------------------------
>
>                 Key: CB-8038
>                 URL: https://issues.apache.org/jira/browse/CB-8038
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: BlackBerry, Plugin Dialogs
>            Reporter: Staci Cooper
>            Assignee: Staci Cooper
>            Priority: Minor
>
> navigator.notification.confirm("\\\\", function(){}, "hello");
> On android/ios the above will be printed as '\\'. On BlackBerry it prints '\'.
> Looks like the js escapes the backslashes as expected, but they are then 
> unnecessarily escaped again in the plugin code.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to