-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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:
- In Safari navigate to http://cljs.github.io/api/
- Scroll down and click on Special Symbols:
true
link. Browser navigates to http://cljs.github.io/api/syntax/#true as expected. - Hit the back button
- 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. - 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.
Metadata
Metadata
Assignees
Labels
No labels