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 839A4D53A for ; Fri, 12 Oct 2012 21:45:04 +0000 (UTC) Received: (qmail 97072 invoked by uid 500); 12 Oct 2012 21:45:04 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 97019 invoked by uid 500); 12 Oct 2012 21:45:04 -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 96949 invoked by uid 99); 12 Oct 2012 21:45:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Oct 2012 21:45:04 +0000 Date: Fri, 12 Oct 2012 21:45:04 +0000 (UTC) From: "Joe Bowser (JIRA)" To: callback-dev@incubator.apache.org Message-ID: <1777166430.39939.1350078304127.JavaMail.jiratomcat@arcas> In-Reply-To: <664854030.33455.1349995263315.JavaMail.jiratomcat@arcas> Subject: [jira] [Comment Edited] (CB-1620) Application exits if back button is pressed after soft keyboard is hidden by pressing back button MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-1620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13475387#comment-13475387 ] Joe Bowser edited comment on CB-1620 at 10/12/12 9:44 PM: ---------------------------------------------------------- Android 2.x uses keyDown, Android 4.x uses key up. I wasn't able to reproduce on 4.0.3, but added code to handle Android 2.x. was (Author: bowserj): Android 2.x uses keyDown, Android 4.x uses key up. I wasn't able to reproduce on 4.0.3. > Application exits if back button is pressed after soft keyboard is hidden by pressing back button > ------------------------------------------------------------------------------------------------- > > Key: CB-1620 > URL: https://issues.apache.org/jira/browse/CB-1620 > Project: Apache Cordova > Issue Type: Bug > Components: Android > Affects Versions: 2.1.0 > Environment: PhoneGap 2.1 on Android < 4.1 > (Tested on Android 4.0.3 & Android 2.3.3) > Not an issue for Android 4.1 > Reporter: Matthew Windwer > Assignee: Joe Bowser > > This was previously issue #1146 however it is still broken for me. > Steps to reproduce on Android < 4.1: > 1) Focus on an input or text field to bring up soft keyboard. > 2) Press the back button to hide the soft keyboard. > 3) Press the back button again. > Expected behavior: "backbutton" event is fired. > Actual behavior: App exists. > Note that if the keyboard is hidden by other means (e.g. after submitting a form) and the back button is subsequently pressed we get the expected behavior. > I am currently building using SDK version 16. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira