Hacker News new | ask | show | jobs
by Something1234 3367 days ago
What's with attaching the id to the url when scrolling with the next section, its a bad user experience. Jacked my back button.
2 comments

They should be using replaceState instead of pushState
Looks like the site was generated by this [0]. They'd probably appreciate someone raising an issue.

[0] https://github.com/Rebilly/ReDoc

ReDoc author here. Thanks folks, for submitting a bug. I've implemented this feature recently and I usually do not use back button during testing :)
Yeah. If you click the links on the left it works more intuitively, but it uses the same url routing on scroll.