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 7DB6B9202 for ; Wed, 25 Jan 2012 21:54:02 +0000 (UTC) Received: (qmail 54701 invoked by uid 500); 25 Jan 2012 21:54:02 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 54496 invoked by uid 500); 25 Jan 2012 21:54:01 -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 54478 invoked by uid 99); 25 Jan 2012 21:54:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jan 2012 21:54:01 +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; Wed, 25 Jan 2012 21:53:59 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 55685163E96 for ; Wed, 25 Jan 2012 21:53:38 +0000 (UTC) Date: Wed, 25 Jan 2012 21:53:38 +0000 (UTC) From: "Jesse MacFadyen (Resolved) (JIRA)" To: callback-dev@incubator.apache.org Message-ID: <24442907.78426.1327528418351.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <671075233.16650.1325888439282.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (CB-161) Canceled Navigation To Pages With a Hash 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 [ https://issues.apache.org/jira/browse/CB-161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen resolved CB-161. -------------------------------- Resolution: Fixed Fix Version/s: 1.4.0 > Canceled Navigation To Pages With a Hash > ---------------------------------------- > > Key: CB-161 > URL: https://issues.apache.org/jira/browse/CB-161 > Project: Apache Callback > Issue Type: Bug > Components: WP7 > Affects Versions: 1.3.0 > Reporter: Peter Brady > Assignee: Jesse MacFadyen > Fix For: 1.4.0 > > > If you are on page a.html and try to navigate to b.html#subsection the PGView control will not navigate. Looking at the code, it appears that navigation is canceled if a hash is found in the URL: > private void GapBrowser_Navigating(object sender, NavigatingEventArgs e) > { > Debug.WriteLine("GapBrowser_Navigating to :: " + e.get_Uri().ToString()); > if (e.get_Uri().ToString().IndexOf("#") > -1) > { > e.Cancel = true; > } > } -- 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