]> source.dussan.org Git - vaadin-framework.git/commit
Don't center a window that has already been removed. (#11956) (#11969) 8.10.4
authorAnna Koskinen <Ansku@users.noreply.github.com>
Fri, 24 Apr 2020 10:40:15 +0000 (13:40 +0300)
committerGitHub <noreply@github.com>
Fri, 24 Apr 2020 10:40:15 +0000 (13:40 +0300)
commit2d441b3f725c065a1f3e72ed91ae2c218f954b2f
tree77938e6d713895f58e4aa45266bdd88bd37d86df
parent640286088e4469a844253c6516e393d59c5ee3c6
Don't center a window that has already been removed. (#11956) (#11969)

* Don't center a window that has already been removed. (#11956)

* Don't center a window that has already been removed.

Fixes #11942
client/src/main/java/com/vaadin/client/ui/window/WindowConnector.java
uitest/src/main/java/com/vaadin/tests/components/window/CloseWindowAsync.java [new file with mode: 0644]
uitest/src/test/java/com/vaadin/tests/components/window/CloseWindowAsyncTest.java [new file with mode: 0644]