[Bug 12707] New: popstate API still not fully updated for firefox API

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12707

           Summary: popstate API still not fully updated for firefox API
           Product: HTML WG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML5 spec (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: jonas@sicking.cc
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
                    public-html@w3.org


The spec seems to still call for 'popstate' to fire on *all* history
navigations. That wasn't really what bug 12277 called for, or what we do in
firefox.

What I propose (and what we do in firefox) was to make popstate *only* fire
during in-Document navigations. I.e. only when making history navigations
within the same Document. When loading a new document, or when going back to a
previous Document, only 'load'/'pageshow' is fired.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 19 May 2011 19:56:35 UTC