Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

popstate not triggered in Safari 5.0.5 (or WebKit < 534.10) #22

Open
robwalch opened this issue Apr 24, 2012 · 1 comment
Open

popstate not triggered in Safari 5.0.5 (or WebKit < 534.10) #22

robwalch opened this issue Apr 24, 2012 · 1 comment

Comments

@robwalch
Copy link

Discovered this issue on OS X Leopard with Safari 5.0.5. The bug occurs as long as any other network traffic is active on the page (common with Facebook or Google Analytics API). Here's an in-depth description of the issue and a JQuery work around. I'm going to use almost the same work around in my site (regrettably) rather than modify PathJS (0.8.3). Hope this info is useful and we can come up with a better solution in PathJS.

http://stackoverflow.com/questions/6037049/why-isnt-popstate-triggered-in-safari-when-an-iframe-is-loading

@mtrpcic
Copy link
Owner

mtrpcic commented Apr 29, 2012

I'm reluctant to add a fix for this to the PathJS core for two reasons:

  1. I can't reproduce this myself (yet), and
  2. It adds bloat to the library to handle a Very minimal case.

I'll continue trying to reproduce this, but this appears to be a bug with WebKit (a very specific version, and only under specific circumstances).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants