Skip to content
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

@PreserveOnRefresh does not restore Dialog #8373

Closed
javier-godoy opened this issue May 18, 2020 · 2 comments · Fixed by #8725
Closed

@PreserveOnRefresh does not restore Dialog #8373

javier-godoy opened this issue May 18, 2020 · 2 comments · Fixed by #8725
Assignees
Labels
BFP Bugfix priority, also known as Warranty bug Impact: Low Severity: Major

Comments

@javier-godoy
Copy link
Contributor

After refreshing the page (F5) the dialog is no longer open. This happens with Vaadin 15.0.6 and 16.0.0.beta2 (works as expected with Vaadin 14.1.28)

Dialog d = new Dialog();
add(new Button("click", ev -> d.open()));
@joheriks
Copy link
Contributor

Root cause is vaadin/hilla#332.

@syampillai
Copy link

This bug exists in Vaadin 16.0.0 too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BFP Bugfix priority, also known as Warranty bug Impact: Low Severity: Major
Projects
None yet
4 participants