-
-
Notifications
You must be signed in to change notification settings - Fork 447
Closed as duplicate of#2277
Closed as duplicate of#2277
Copy link
Labels
Status: TriageThis is the initial status for an issue that requires triage.This is the initial status for an issue that requires triage.π BugIndicates that the issue is a bug or defect.Indicates that the issue is a bug or defect.
Description
Describe the bug
When clicking the link to the "sponsors" section on the homepage (https://json-schema.org) from the Bronze Sponsors documentation page, the page navigates to the homepage but does not scroll down to the "sponsors" section. Instead, it lands at the top of the page.
Steps To Reproduce
- Go to the Sponsors documentation page: https://json-schema.org/docs/introduction/sponsors
- Under "Benefits of being a bronze sponsor", click the link: https://json-schema.org
- Observe the behavior β the browser navigates to the homepage but does not anchor/scroll to the "sponsors" section.
Expected Behavior
Clicking the link should navigate to the homepage AND automatically scroll/jump to the "sponsors" section (e.g., via an anchor like
https://json-schema.org/#sponsors).
Actual Behavior
The user is taken to the top of the homepage with no scrolling to the sponsors section.
Possible Fix
The link likely needs an anchor fragment appended, for example:
https://json-schema.org/#sponsors
(The exact anchor ID should be verified against the homepage HTML.)
Screenshots
Screen.Recording.2026-03-16.at.12.51.31.PM.mov
Device Information [optional]
- OS:MacOS
- Browser:Chrome
- version:Are you working on this issue?
Yes
Do you think this work might require an [Architectural Decision Record (ADR)]? (significant or noteworthy)
Yes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Status: TriageThis is the initial status for an issue that requires triage.This is the initial status for an issue that requires triage.π BugIndicates that the issue is a bug or defect.Indicates that the issue is a bug or defect.