Y
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
Fauntleroy
3367 days ago
They should be using replaceState instead of pushState
link
nxrabl
3367 days ago
Looks like the site was generated by this [0]. They'd probably appreciate someone raising an issue.
[0]
https://github.com/Rebilly/ReDoc
link
romanhotsiy
3366 days ago
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 :)
link
phailhaus
3367 days ago
Yeah. If you click the links on the left it works more intuitively, but it uses the same url routing on scroll.
link