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 18DAB9ED3 for ; Tue, 10 Jul 2012 16:56:36 +0000 (UTC) Received: (qmail 15841 invoked by uid 500); 10 Jul 2012 16:56:35 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 15492 invoked by uid 500); 10 Jul 2012 16:56:35 -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 15478 invoked by uid 99); 10 Jul 2012 16:56:35 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jul 2012 16:56:35 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 21AA0142822 for ; Tue, 10 Jul 2012 16:56:35 +0000 (UTC) Date: Tue, 10 Jul 2012 16:56:35 +0000 (UTC) From: "Jesse MacFadyen (JIRA)" To: callback-dev@incubator.apache.org Message-ID: <675768390.29205.1341939395140.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Created] (CB-1021) BackButton handling failing in some cases MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Jesse MacFadyen created CB-1021: ----------------------------------- Summary: BackButton handling failing in some cases Key: CB-1021 URL: https://issues.apache.org/jira/browse/CB-1021 Project: Apache Cordova Issue Type: Bug Components: WP7 Affects Versions: 1.9.0 Reporter: Jesse MacFadyen Assignee: Sergey Grebnov Priority: Critical Fix For: 2.0.0 After playing with back button functionality I found out that in some circumstances the GapBrowser_Navigating method is not invoked by WebBrowser when we call history.back so we wrongly interpreter hardware back button call as application exit. In this case I see that the WebBrowser Uri is actually changed so I propose to add additional check for Uri. -- 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