-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Broken Link Navigation in Nim and Nim 1 #2671
Copy link
Copy link
Open
Labels
Description
Bug report
This affects both search results and links in the documentation.
When clicking most links in document - page scrolls to the top of the page, instead of the linked section.
When searching for symbol, if there's 2 or more symbols with same name - clicking one of them will work correctly, but the other scrolls to the top of the page.
Copying and pasting link manually works correctly.
OS information
Linux 6.12 + Firefox 148
I can also replicate this on Mobile: Android 11 Firefox 147
(on mobile this only affects pressing links in the document, because UI reloads page when clicking search results)
Steps to reproduce
- go to https://devdocs.io
- enable Nim
- type
Nim<tab>log2in search field - click on each
log2symbol in the results
OR
- go to https://devdocs.io/nim/math#log2%2Cfloat32
- click on any link in "See also:" section
More resources
I don't remember seeing this bug last time I used devdocs (a week ago), so it's likely a new regression.
Possible fix
Reactions are currently unavailable