]> source.dussan.org Git - vaadin-framework.git/commit
Don't center a window that has already been removed. (#11956)
authorAnna Koskinen <Ansku@users.noreply.github.com>
Fri, 24 Apr 2020 08:26:04 +0000 (11:26 +0300)
committerGitHub <noreply@github.com>
Fri, 24 Apr 2020 08:26:04 +0000 (11:26 +0300)
commitfb5e0c2fe112908a1390696a2d415583c94f524b
tree2f5424d2a32ef4e5a9a0aef5f6c3dc3bc2401158
parent14f6f3ba268005641a23db49a6c9d81793cb14c8
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]