]> source.dussan.org Git - vaadin-framework.git/commit
Suppress unavoidable UIDetachedException (#11146)
authorLeif Åstrand <legioth@gmail.com>
Tue, 2 Oct 2018 11:21:41 +0000 (14:21 +0300)
committerSun Zhe <31067185+ZheSun88@users.noreply.github.com>
Tue, 2 Oct 2018 11:21:41 +0000 (14:21 +0300)
commit199bff6db17913501c049a7a456a1469af4fbfd2
tree7f4b9c954dc68d9b02343df1e1db7596550c13dd
parent2c14aa2260495ec354bc1a5909318fd8b2edffc7
Suppress unavoidable UIDetachedException (#11146)

* Suppress unavoidable UIDetachedException

Fixes #11144
server/src/main/java/com/vaadin/server/ErrorHandlingRunnable.java
server/src/main/java/com/vaadin/server/VaadinService.java
server/src/main/java/com/vaadin/server/VaadinSession.java
server/src/main/java/com/vaadin/ui/UI.java
uitest/src/main/java/com/vaadin/tests/components/AbstractTestUI.java
uitest/src/main/java/com/vaadin/tests/components/ui/DetachedAccessErrorHandling.java [new file with mode: 0644]
uitest/src/main/java/com/vaadin/tests/components/ui/UIAccessExceptionHandling.java
uitest/src/test/java/com/vaadin/tests/components/ui/DetachedAccessErrorHandlingTest.java [new file with mode: 0644]
uitest/src/test/java/com/vaadin/tests/components/ui/UIAccessExceptionHandlingTest.java