[Webkit-unassigned] [Bug 93506] History state is incorrect attached to new document when loaded via location.assign or location.replace

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 17 09:53:27 PDT 2012


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





--- Comment #6 from Brady Eidson <beidson at apple.com>  2012-08-17 09:54:00 PST ---
(In reply to comment #5)
> Sorry, its really not about the popstate event itself then.
> 
> Whats the technical language for when the Back button actually loads a new document vs only firing a popstate event?

Pressing the back button is "traversing the session history."

And whether or not that means moving to the previous fragment scroll for the current document, *only* popping a previously pushed state, or navigating to a completely different document... there is always a popstate event.

> I guess, my exception is that anytime you reload a document, it should have its own session history.

This is false.  Reloading the current document replaces the current item in the session history, but doesn't affect anything else.

I ask again - What happens in other browsers?

-- 
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