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

ASF subversion and git services commented on CB-8038:
-----------------------------------------------------

Commit 33da80badd0b6cda8cc0c19feb977922f718906b in cordova-plugin-dialogs's 
branch refs/heads/master from [~stacic]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-dialogs.git;h=33da80b ]

CB-8038 backslash getting escaped twice in bb10

Removed unnecessary escaping of backslash char in notifications for bb10,
as they are already escaped in the js.


> 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