From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: org-info.js: new navigation history Date: Thu, 18 Jun 2009 16:58:55 +0200 Message-ID: <87ab45z63e.fsf@kassiopeya.MSHEIMNETZ> References: <87skhyv84v.fsf@kassiopeya.MSHEIMNETZ> <5236d6f90906180731j463a0ae2i36ecbba45d3f9075@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MHNMK-0000No-QX for emacs-orgmode@gnu.org; Thu, 18 Jun 2009 15:33:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MHNMF-0000Nc-Bd for emacs-orgmode@gnu.org; Thu, 18 Jun 2009 15:33:15 -0400 Received: from [199.232.76.173] (port=60704 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MHNMF-0000NZ-8I for emacs-orgmode@gnu.org; Thu, 18 Jun 2009 15:33:11 -0400 Received: from mail.gmx.net ([213.165.64.20]:52045) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MHNME-0008BU-Gp for emacs-orgmode@gnu.org; Thu, 18 Jun 2009 15:33:11 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Xin Shi Cc: emacs-orgmode Xin Shi writes: > Hi Sebastian, > > This is a really great feature I was hoping to have! > > I tried to get the http://orgmode.org/org-info.js and tested on Firefox > 3.0.11, the "B" works but click on the go back button is not working. ... > not sure why. The reason for this is, we can not modify the history. What we can do, is to modify the current history entry. If we used document.location.href="..."; the page would be reloaded when going to the next section. The browsers back button works only across history entries (i.e. from one file to another in this case). But going back in the navigation history of the current file works only through the keyboard shortcuts or the clicking the links org-info.js adds to the page. Sebastian