turbolinks / turbolinks-classic

Classic version of Turbolinks. Now deprecated in favor of Turbolinks 5.
MIT License
3.54k stars 428 forks source link

Links to the same page with anchors trigger a page load in the background #648

Closed gregblass closed 8 years ago

gregblass commented 8 years ago

When using the transition cache: If you click an anchor link on the same page, the page will be re-loaded in the background via the cache.

For example, if you are on /derp, and you click a link to /derp#anchor, turbolinks will load the whole page again.

gregblass commented 8 years ago

I don't think this issue was with turbolinks - I had other code that was causing this.