You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bugSomething isn't workingCLIdocumentationGreenwood specific docsP0Critical issue that should get addressed ASAPRouterv0.27.2websiteTasks related to the projects website / documentation
Noticed a very subtle but critical bug with the website navigation. If you go on a page with a expansion panel (the caret), and just click that, the drawer will expand but NOT change the route. (this is intentional to allow you to browse without losing your place).
However, if you then click on a sub section, the panel will just close up immediately.
For example:
Load the website
Click Docs
Click the caret next to Configuration
Click Optimization
Basically if you try and go from /docs -> /docs/configuration/#optimization
Expected: User would be positioned to the Optimization anchor link on the Configuration page
Actual: The shelf closes up
Details
So with a previous bug reported in #936, I captured a fairly comphrehensive test place in the PR but I guess I didn't really test the caret behavior that much. 🤦
So naturally, the fix here should still obvious support everything in that PR, and fix this issue as well. Maybe its finally time to get some E2E testing setup for this project...
The text was updated successfully, but these errors were encountered:
thescientist13
changed the title
deeply nested hash link breaks router if pathname not already presented
deeply nested direct hash link breaks the router if pathname not already present
Dec 8, 2022
bugSomething isn't workingCLIdocumentationGreenwood specific docsP0Critical issue that should get addressed ASAPRouterv0.27.2websiteTasks related to the projects website / documentation
Summary
Noticed a very subtle but critical bug with the website navigation. If you go on a page with a expansion panel (the caret), and just click that, the drawer will expand but NOT change the route. (this is intentional to allow you to browse without losing your place).
However, if you then click on a sub section, the panel will just close up immediately.
For example:
Basically if you try and go from
/docs
->/docs/configuration/#optimization
Details
So with a previous bug reported in #936, I captured a fairly comphrehensive test place in the PR but I guess I didn't really test the caret behavior that much. 🤦
So naturally, the fix here should still obvious support everything in that PR, and fix this issue as well. Maybe its finally time to get some E2E testing setup for this project...
The text was updated successfully, but these errors were encountered: