Switching between versions does not retain the page you were looking at
Nobody has claimed this yet.
- Dominant language
- AsciiDoc
- Stars
- 38
- Forks
- 225
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 170
Description
Tell us about your request
A common problem I encounter is googling a Vaadin component (for example TreeGrid) and having to switch the version because I'm not on the latest version of Vaadin. When you do that instead of landing on the V24 version of TreeGrid you land on the root page.
Steps
- Go to latest version of a component: https://vaadin.com/docs/latest/components/tree-grid
- Switch to older version, for example V24
Expected
- If it exists I should be remain on the same path except for the version, in this example: https://vaadin.com/docs/v24/components/tree-grid
- Only if the same path does not exist on the target version, should I be redirected to the root path.
Actual
- I'm redirected to https://vaadin.com/docs/v24/
If you think this issue is important, add a 👍 reaction to help the community and maintainers prioritize this issue.
Contributor guide
No contributing guide indexed for this repository
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 from the version-switching flow linked by the latest and V24 TreeGrid URLs and trace how the target path is selected. Done means switching versions preserves the component path when it exists in the target version, while falling back to the target version root only when it does not.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100