-
Notifications
You must be signed in to change notification settings - Fork 168
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
[PiT] switching between different views results in wrong url #20671
Comments
Is this changing routes between flow routes using a hilla main layout? |
I can see this appending of the navigation route if I use a slowed down connection for the application. |
UPD: I can reproduce with 3G, but it's very rare and I have to click very fast. |
What I noticed on the GIF in the description is that the dashboard menu link isn't highlighted when clicked, which may be a sign of very slow reaction of browser 🤔 |
i wonder why it has not been caught in previous beta or other flow versions. has something changed which make it visible? oh, yes.. i was testing with my phone 5G hotspot |
When navigating in quick succession check that path starts with / as else react wll append to current url. Fixes #20671
When navigating in quick succession check that path starts with / as else react wll append to current url. Fixes #20671
When navigating in quick succession check that path starts with / as else react wll append to current url. Fixes #20671
When navigating in quick succession check that path starts with / as else react wll append to current url. Fixes #20671 Co-authored-by: caalador <[email protected]>
When navigating in quick succession check that path starts with / as else react wll append to current url. Fixes #20671 Co-authored-by: caalador <[email protected]>
This ticket/PR has been released with Vaadin 24.6.0.rc1 and is also targeting the upcoming stable 24.6.0 version. |
This ticket/PR has been released with Vaadin 24.5.9. |
Description of the bug
for a multi view app, when i switch between different views, the url will be ended in a wron format.
check GIF
Expected behavior
app works
Minimal reproducible example
Versions
The text was updated successfully, but these errors were encountered: