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
Describe the bug
When you have a view that is not represented as a LeftNavigationItem in the LeftResponsiveHybrid menu and navigate to it by external means (such as a button or even typing the URL), then an apparently random LeftNavigationItem is highlighted.
To Reproduce
Steps to reproduce the behavior:
Take one of the examples and add a TestView with route "test".
Point your browser to "/test"
Expected behavior
None of the LeftNavigationItems should be highlighted.
** Additional Information (please complete the following information):**
OS: Linux
Browser: Firefox
Version: 70
The text was updated successfully, but these errors were encountered:
Constructing the LeftNavigationItem throws an exception with root cause: com.vaadin.flow.router.NotFoundException: No route found for the given navigation target and parameters!
So the only option right now is to not use URL templates for Views which are not represented as Navigation item 😢
Describe the bug
When you have a view that is not represented as a LeftNavigationItem in the LeftResponsiveHybrid menu and navigate to it by external means (such as a button or even typing the URL), then an apparently random LeftNavigationItem is highlighted.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
None of the LeftNavigationItems should be highlighted.
** Additional Information (please complete the following information):**
The text was updated successfully, but these errors were encountered: