[Webkit-unassigned] [Bug 41372] popstate event is not fired until document opts in by calling pushstate.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 26 11:08:17 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=41372


Mihai Parparita <mihaip at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




--- Comment #14 from Mihai Parparita <mihaip at chromium.org>  2010-08-26 11:08:17 PST ---
The attached patch modifies WebKit to fire popstate when:
- Navigating to a new document
- Navigating within the document (i.e. when changing the fragment)
- Navigating to a history item (different document (in the page cache or not), same document, or created via replaceState)

This matches Gecko and the proposed HTML5 spec change (that Hixie hasn't weight in on yet).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list