You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2020. It is now read-only.
Works fine in Chrome, but the old broken behavior is back in Firefox and IE. This happens:
Load the page.
Click a link.
Click back.
Note the URL changes back, but your position doesn't move.
This may actually turn out to be "by design" since at the end of those steps you are at your last position on the page reflected by the URL bar. That it works like I want it in Chrome is probably a Chrome bug.
I think I could fix this by adding the onpopstate from #18 back, but I don't have time to do appropriate testing tonight. I also want to think about other scenarios besides my personal site in which "fixing" this may cause problems. I'll try to figure it out this weekend.
Thanks,
Robert
p.s.
I think this is unrelated, but I should also remove the check for history.pushState in updateURL() since that function no longer calls history.pushState as of version 2.17.