[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:31:34 PST 2010


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





--- Comment #2 from Brady Eidson <beidson at apple.com>  2010-01-12 16:31:34 PST ---
The history.back() scheduling cancels the current load, putting the document
into the complete state but never firing the load event.

Either we need to do the history.back() synchronously or somehow remember to
fire the load event along with it.

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