-
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
CCDM: history actions do not work as in v14 #7572
Comments
Currently we are unable to use Vaadin 15 in our project. Everything works fine except the history API and router links. We aren't using client side views yet. E.g. @haijian-vaadin I suggest to to raise the severity of this issue, it's a real problem. I think it's somehow caused by vaadin-router on the client side. |
Hi @ajgassner thanks a lot for the feedback. It indeed sounds more severe than we originally estimated. Do you have a project that we can use to reproduce the problem? |
Mhm i just tried to reproduce the issue with a small sample application. With this minimal example it works as expected. I really don't know what's causing the problem in our larger production application unfortunately. There's also nothing special or custom. |
Hi @ajgassner, do you happen to use |
Hi @haijian-vaadin! Yes that‘s the case. E.g. |
Thanks for the demo @ajgassner, wow, you are using Kotlin, cool! |
@ajgassner this issue should now be fixed in the @vaadin/router 1.7.2. |
|
Enable client-side mode in
flow-tests/test-root-context
and run eitherHistoryIT
BackButtonServerRoundTripIT
, they will failThe text was updated successfully, but these errors were encountered: