-
Notifications
You must be signed in to change notification settings - Fork 167
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
fix: do not block navigation to current url #19730
Conversation
Perhaps we should add the TestView from the issue with a RouterLink targeting self and use a messageList (like we have in DomEventFilterView) and check that messages are added correctly so that it is not broken by mistake later on. |
Added test to check correct navigation events happening |
flow-tests/test-root-context/src/test/java/com/vaadin/flow/uitest/ui/NavigationEventsIT.java
Outdated
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
Lets navigation cause server round-trip, when navigation is triggered by clicking a link. Fixes #19635
Lets navigation cause server round-trip, when navigation is triggered by clicking a link. Fixes #19635 Co-authored-by: Teppo Kurki <[email protected]>
Lets navigation cause server round-trip, when navigation is triggered by clicking a link.
Fixes #19635