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: | History | Assignee: | 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 |
Benjamin Lupton
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mihai Parparita
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.
Benjamin Lupton
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!