Closed mahkoh closed 9 years ago
I've been using a modified version without the popstateHack for a few hours and haven't noticed anything unusual.
Blink used to fire a popstate event when the document was loaded the first time, instead of just when using the forward/back buttons to navigate between states of the document. But this has been fixed: https://crbug.com/63040
The first "go back" or "go forward" is always ignored. After that it works properly. E.g.
This seems to be the problem:
Removing the popstateHack fixes the problem.