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

Link routing gets stuck on first link #29

Open
hiteshjasani opened this issue Mar 16, 2018 · 1 comment
Open

Link routing gets stuck on first link #29

hiteshjasani opened this issue Mar 16, 2018 · 1 comment

Comments

@hiteshjasani
Copy link

I'm seeing a bug that makes it difficult to use the API docs. If you visit a link, hit the back button and then try to visit a different link, it will navigate back to the first link. It seems to get stuck on the first link you visit.

to reproduce:

  1. In Safari navigate to http://cljs.github.io/api/
  2. Scroll down and click on Special Symbols: true link. Browser navigates to http://cljs.github.io/api/syntax/#true as expected.
  3. Hit the back button
  4. Click on the Literals: number literal link. Expecting browser to navigate to http://cljs.github.io/api/syntax#number but instead goes back to http://cljs.github.io/api/syntax/#true.
  5. Clicking other links produces the same behavior -- it keeps navigating back to the docs for true.

I saw this is on MacOS Sierra 10.12.6 with Safari 11.0.3.

@shaunlebron
Copy link
Member

wow, that's weird. was able to reproduce in safari.

tried to create a minimal case for the problem, but it failed to reproduce:

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