[Webkit-unassigned] [Bug 33538] push/replaceState() during load followed by a history.back() doesn't work as expected.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 12 16:52:18 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=33538
Brady Eidson <beidson at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|webkit-unassigned at lists.web |beidson at apple.com
|kit.org |
--- Comment #3 from Brady Eidson <beidson at apple.com> 2010-01-12 16:52:18 PST ---
In the case of following a fragment scroll link, the load is performed
synchronously via the "loadInSameDocument" call.
I bet that this works in the "before the document has loaded" case just the
same as what we're trying to achieve here with the history navigation to a
state entry.
It should be pretty easy to bottleneck this new interesting case in
HistoryController.
--
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