Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4C8F5200CAF for ; Thu, 22 Jun 2017 11:09:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4B72D160BF1; Thu, 22 Jun 2017 09:09:04 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 8A8CD160BE5 for ; Thu, 22 Jun 2017 11:09:03 +0200 (CEST) Received: (qmail 77386 invoked by uid 500); 22 Jun 2017 09:09:02 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 77375 invoked by uid 99); 22 Jun 2017 09:09:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jun 2017 09:09:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 3161FC059A for ; Thu, 22 Jun 2017 09:09:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id Ghg66EsvGX3F for ; Thu, 22 Jun 2017 09:09:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id D56725F2AC for ; Thu, 22 Jun 2017 09:09:00 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 5713BE0637 for ; Thu, 22 Jun 2017 09:09:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 13D992193F for ; Thu, 22 Jun 2017 09:09:00 +0000 (UTC) Date: Thu, 22 Jun 2017 09:09:00 +0000 (UTC) From: "Andre Hitchman (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-12938) [ANDROID] Pressing back button causes app to crash. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 22 Jun 2017 09:09:04 -0000 [ https://issues.apache.org/jira/browse/CB-12938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16059016#comment-16059016 ] Andre Hitchman commented on CB-12938: ------------------------------------- The device uses Android System WebView version 58.0.3029.83 > [ANDROID] Pressing back button causes app to crash. > --------------------------------------------------- > > Key: CB-12938 > URL: https://issues.apache.org/jira/browse/CB-12938 > Project: Apache Cordova > Issue Type: Bug > Components: cordova-android > Affects Versions: 7.0.1 > Environment: Galaxy S4, Android 5.0.1. > Installed on Cordova Android Platform 6.2.3 > Reporter: Andre Hitchman > Assignee: Joe Bowser > Priority: Minor > Labels: android > > Steps that produce error. > 1. Launch app > 2. Tap Username filed, enter text > 3. Press the back button (to dismiss the keyboard) > 4. Press the back button again > Result: App crashes with "unexpected result" error. > Expected: App should exit to phone home screen. > This was seems to happen on Galaxy S4 Android 5.0.1. > Newer versions of Android (e.g 6+) do not reproduce this error. > The crash logs, display this: > {code:title=Bar.java|borderStyle=solid} > FATAL EXCEPTION: main > Process: APPLICATION, PID: 23930 > java.lang.NullPointerException: Attempt to invoke virtual method 'org.chromium.ui.base.WindowAndroid org.chromium.content.browser.ContentViewCore.getWindowAndroid()' on a null object reference > at org.chromium.android_webview.PopupTouchHandleDrawable.onDetachedFromWindow(PopupTouchHandleDrawable.java:535) > at android.view.View.dispatchDetachedFromWindow(View.java:14532) > at android.view.ViewRootImpl.dispatchDetachedFromWindow(ViewRootImpl.java:3200) > at android.view.ViewRootImpl.doDie(ViewRootImpl.java:6169) > at android.view.ViewRootImpl$ViewRootHandler.handleMessage(ViewRootImpl.java:3607) > at android.os.Handler.dispatchMessage(Handler.java:102) > at android.os.Looper.loop(Looper.java:145) > at android.app.ActivityThread.main(ActivityThread.java:5942) > at java.lang.reflect.Method.invoke(Native Method) > at java.lang.reflect.Method.invoke(Method.java:372) > at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1400) > at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1195) > {code} -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org