Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BEBF6C0D5 for ; Fri, 11 May 2012 14:43:13 +0000 (UTC) Received: (qmail 72484 invoked by uid 500); 11 May 2012 14:43:12 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 72406 invoked by uid 500); 11 May 2012 14:43:12 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 72391 invoked by uid 99); 11 May 2012 14:43:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 May 2012 14:43:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 May 2012 14:43:10 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 77BFC491410 for ; Fri, 11 May 2012 14:42:50 +0000 (UTC) Date: Fri, 11 May 2012 14:42:50 +0000 (UTC) From: "Kimmo Puputti (JIRA)" To: callback-dev@incubator.apache.org Message-ID: <1751239236.54622.1336747370638.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (CB-756) Image Capturing does not call the success callback MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Kimmo Puputti created CB-756: -------------------------------- Summary: Image Capturing does not call the success callback Key: CB-756 URL: https://issues.apache.org/jira/browse/CB-756 Project: Apache Cordova Issue Type: Bug Components: Android Affects Versions: 1.7.0 Environment: Tested on Android 2.3, 2.3, and 4.0 emulators as well as a device running Android 4.0. Reporter: Kimmo Puputti Assignee: Joe Bowser Priority: Blocker When a image capturing is initiated with a call to navigator.device.capture.captureImage(success, error); the camera opens and you can take a picture, but the 'ok' button doesn't work. You can cancel and the error callback is invoked. Might this be due to Cordova 1.7.0 changing the reference to the Plugin context from Plugin.ctx to Plugin.ctx.getContext()? At least that's the change I had to make to the localNotification plugin to get it working. If that's the case, the problematic line might be this one: https://github.com/apache/incubator-cordova-android/blob/master/framework/src/org/apache/cordova/Capture.java#L203 -- 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