ReactiveX / rxjs

A reactive programming library for JavaScript
https://rxjs.dev
Apache License 2.0
30.64k stars 3k forks source link

History back button doesn't work #1989

Closed DavidMGross closed 6 years ago

DavidMGross commented 7 years ago

@tomasbedrich commented:

I am not 100% sure it is the issue of this repository, so sorry in advance, if not.

The problem appears when I go to API documentation of (for example) a concatMap() method and then navigate to another method on the same page, for example a concatMapTo() method without reloading the page (i.e. using a search).

Then I am not able to use a back button in my browser to get back to a concatMap() method. Only the URL changes, but the page doesn't scroll to the right method.

(Copied from ReactiveX/reactivex.github.io#311)

benlesh commented 7 years ago

There is appears to be some sort of bug in ESDoc involving anchor tag links that's causing this. @staltz do you have any input here? You've worked with the docs more than anyone.

niklas-wortmann commented 6 years ago

This shouldn't be relevant to the new docs, so I close it for now. Feel free to reopen it, if there's anything missing