-
-
Notifications
You must be signed in to change notification settings - Fork 399
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
Browser Back is not working #1071
Comments
I observe the same thing on Mac OS X v. 10.12.6 and Chrome 63.0.3239.84 64-bit official build. |
4 tasks
thomthom
added a commit
to thomthom/yard
that referenced
this issue
Mar 1, 2019
lsegal
added a commit
that referenced
this issue
Mar 31, 2019
Workaround for broken Browser Back for anchors. Fixes #1071
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you click on a method which takes you to the anchor for that method then clicking Back in the browser doesn't take up back up where you were. (Tested in Chrome, Windows 10)
Steps to reproduce
This can be observed in the latest version (0.9.8). For instance, on this page for YARD itself; http://www.rubydoc.info/gems/yard/File (Generated by 0.9.8)
For instance, click on the
cleanpath
link under the "Manipulating Paths" section - then try the browser back button.Actual Output
When clicking back after clicking an anchor nothing happens. If I keep clicking it will navigate back to whatever URL I was coming from, but anchor history is broken.
Expected Output
Expected behaviour would be for the browser history buttons to act upon the anchor history - like normally happens.
Environment details:
yard -v
): 0.9.8I have read the Contributing Guide.
The text was updated successfully, but these errors were encountered: