Left navigation auto scrolling and link changing on scrolling is not working
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 25.9k
- Forks
- 2.4k
- Avg merge
- 13h 10m
- Merged PRs (30d)
- 4
Description
Hi
We found a bug while integrating ReDoc into our application. While scrolling the left navigation bar is not scrolling or auto collapsed or even highlighted and even the link in the navigation bar is not changing. Please check the video
Our application is a SPA built using react and the redoc version we are using is 2.0.0-rc.26.
const APIRef = props => {
return (
<div id="redoc">
<RedocStandalone
spec={petStoreSpec}
onLoaded={error => {
if (error) {
console.log(error);
}
}}
/>
</div>
);
};
The only warning we could see in the console is

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue with the RedocStandalone entry point in the provided React SPA example and observe the left navigation while scrolling. Done means the navigation auto-scrolls or collapses as needed, highlights the current section, and updates its link during scrolling.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100