Bug 56249 (hash-replacestate)

Summary: When a hash is set via location.hash then replaced via history.replaceState, history.back fails to go to the correct state
Product: WebKit Reporter: Benjamin Lupton <b>
Component: HistoryAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: beidson, fishd, mihaip
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac (Intel)   
OS: OS X 10.6   
URL: https://gist.github.com/867260

Description Benjamin Lupton 2011-03-12 06:21:33 PST
A reproducible demo file is here:
https://gist.github.com/867260

A screenflow of the problem is here:
http://www.youtube.com/watch?v=zO4z-gMYhp0

This bug is only in Safari 5, and not in Google Chrome.
Comment 1 Mihai Parparita 2011-03-14 10:43:40 PDT
Can you check this in nightly builds from http://nightly.webkit.org/? There have been quite a fix history changes between Safari 5 and the current Chrome stable channel build.
Comment 2 Benjamin Lupton 2011-03-14 11:01:24 PDT
Correct Mihai, it's working fine (as expected) in the nightly: Version 5.0.4 (6533.20.27, r80833)

I'll be sure to check the nightlies next time before filing new bug reports :) Thanks!