-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
When using a querystring with Blazor apps the the default NavItem is not selected. #31312
Comments
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process. |
We worked around this. When we receive the querystring we take the parameters we need and store it in the session objects. After that we redirect to the same page without the querystring. You do get a second load of the page but for a SPA that is not very disturbing and only the first time you reach the page. |
Hey I've taken a look at this and I suspect https://localhost:123456/?CourseId=123456 is not matching because the 'Home' |
This was a monster! @captainsafia @pranavkm should this be closed already? |
This a very ugly bug. Don't close it but solve it please. |
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process. |
Very dissapointing |
Looking into getting this finished by basing myself on #32168. |
Thanks for contacting us. We're moving this issue to the |
That sounds confusing for user experience |
Describe the bug
This happens in a client side application.
When you use a NavItem in your MailLayout like in the default generated application and you call the application with a querystring f.i. https://localhost:123456/?CourseId=123456 then the first NavItem that normally becomes the selected one is displayed as not selected.
To Reproduce
The text was updated successfully, but these errors were encountered: