SketchUp / ruby-api-docs

SketchUp Ruby API Documentation
18 stars 9 forks source link

Browser Back Button Not Working #24

Open jimfoltz opened 7 years ago

jimfoltz commented 7 years ago

If I navigate to an instance method of a Class from the main Class page, should using the browser's Back button return to the top of the main Class page? If so, it does not work in either Chrome nor Firefox.

thomthom commented 7 years ago

Yea, I noticed that as well.

Seem to be an issue in the base YARD template, I see it on unmodified YARD templates as well. http://www.rubydoc.info/github/thomthom/SKUI/

Might be worth trying to log this in the main YARD repo, so that a fix can cascade to all YARD users.

DanRathbun commented 7 years ago

I notice the URL in the searchbar changes but the location in the document does not. (Then hitting reload does work. But Back + Reload is a strange workflow.)

Note that the HOME key seems to work okay on Chrome.