[Webkit-unassigned] [Bug 80697] Broken behavior for back-button after history.pushState() + location.replace()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 22 05:26:09 PDT 2012


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





--- Comment #3 from Sean Hogan <shogun70 at westnet.com.au>  2012-04-22 05:26:09 PST ---
An almost satisfactory work-around for this issue is to replace step #3 with:

    history.replaceState({}, null, "#");
    location.replace("");

I guess this indicates that identified bug is only an issue when `location.replace(url)` is the precise equivalent of `location.reload()` (and there has been a previous invocation of `history.pushState`.)

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