-
Notifications
You must be signed in to change notification settings - Fork 30.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
anchor links not anchoring (docs/latest) #53504
Comments
I'm able to reproduce on multiple platforms. It has to do with the smooth scrolling. IIRC there might be an issue already open |
Adding v22 as the v21 (w/o smooth scrolling) are not affected |
#40099 might be related. |
That issue refers to scroll jumping, but the same underlying feature might be the culprit |
You mean v21 docs don't have this issue? |
I quickly checked the v21 docs on iOS safari, and they seemed fine, but I didn't do an extensive check. |
Ooh? Even the Occasionally a direct load to the anchor leaves the view in the wrong position, but it instantly pops as soon as I start two-finger-scroll-dragging, (perhaps a safari rendering issue there)? safari-scrolling.mp4 |
Duplicate of #40099 |
URL:
https://nodejs.org/docs/latest/api/os.html#osplatform
Browser Name:
Firefox
Browser Version:
127.0
Operating System:
OSX 14.4.1
How to reproduce the issue:
Visiting a doc link with a relatively deep anchor such as https://nodejs.org/docs/latest/api/os.html#osplatform
Expected
(page is scrolled to anchor)
Actual
(page is not scrolled to anchor)
Note
Also tried in Chrome.
And Edge:
The text was updated successfully, but these errors were encountered: