-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Documentation jump-to-header is buggy #53584
Comments
Duplicate of #39776 |
Right - so the docs are broken for the past 3 years and the solution is to wait for a response from the Chromium team? Want me to submit a PR? |
If you’ve found a patch, feel free to suggest one :-) |
As I mentioned in #39776, this is not a Chromium bug, and occurs in Firefox as well. I believe it was not previously showing up in Firefox simply because they had not yet implemented the relevant CSS feature. It appears to be an effect of #37301. Lazy-loading the content means it is impossible for the browser to tell where to jump to, because it hasn't done the layout. Optimizing for the case of reading the entire API docs on a single huge page, at the expense of making it frustrating and difficult to navigate the individual documentation sections that show up way more often in web search results, seems like the wrong decision to me. |
@valadaptive indeed - well the idea I have is just a snipper of JS to But it's not gonna be accessible without JS. I'm on the fence on whether that's appropriate; @RedYetiDev |
AFAIK the project doesn't have plans to use JS in the documentation. But, the project is working on a redesign, which should patch this issue in the process. I wouldn't look to much into this issue, as when the redesign is done it'll (hopefully) be fixed. |
Alright 👍
…On Sat, 29 Jun 2024 at 4:48 PM, Aviv Keller ***@***.***> wrote:
AFAIK the project doesn't have plans to use JS in the documentation.
But, the project is working on a redesign, which should patch this issue
in the process. I wouldn't look to much into this issue, as when the
redesign is done it'll (hopefully) be fixed.
—
Reply to this email directly, view it on GitHub
<#53584 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA56TPYY6ARRE77JNPINFQ3ZJ23J5AVCNFSM6AAAAABJ3X2Y6GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOJYGIYDANJXGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Version
Chrome 125
Platform
Mac OS Sonoma
Subsystem
No response
What steps will reproduce the bug?
Visiting this: https://nodejs.org/api/test.html#running-tests-from-the-command-line
How often does it reproduce? Is there a required condition?
Always
What is the expected behavior? Why is that the expected behavior?
It jumps to the correct header
What do you see instead?
It jumps to the wrong header
Additional information
No response
The text was updated successfully, but these errors were encountered: