Mars Lei created CB-1085:
----------------------------

             Summary: onJsConfirm of CordovaChromeClient is incorrect
                 Key: CB-1085
                 URL: https://issues.apache.org/jira/browse/CB-1085
             Project: Apache Cordova
          Issue Type: Bug
          Components: Android
    Affects Versions: Master
            Reporter: Mars Lei
            Assignee: Joe Bowser
            Priority: Critical
             Fix For: Master


There is a mistake at line 104 of 
"incubator-cordova-android/framework/src/org/apache/cordova/CordovaChromeClient.java"

result.confirm();
should be result.cancel();

Because the action is cancel when the user click cancel button.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to