google-chromepopstate

Google Chrome - has popstate trigggering on initial page load changed in v34?


In version 34 of Chrome (Mac) has pop-state behavior changed on page load? A site that was working, now no-longer does. Preliminary analysis shows that the popstate event is now not firing on page-load - is this correct?


Solution

  • Yes it has.

    https://code.google.com/p/chromium/issues/detail?id=63040

    Unfortunately for me that means I now have to implement a fix given that Safari and Chrome now have different behavior.