]> source.dussan.org Git - vaadin-framework.git/commit
Ensure Upload is properly reset after an upload is interrupted (#9635) (#10457)
authorAnna Koskinen <Ansku@users.noreply.github.com>
Wed, 20 Dec 2017 14:13:36 +0000 (16:13 +0200)
committerOlli Tietäväinen <ollit@vaadin.com>
Wed, 20 Dec 2017 14:13:36 +0000 (16:13 +0200)
commit22d20f67625e260f5f015ee691dcef476c58b8bd
treebd14921b3f7f8854548b2d8f5289064693cac7c0
parent54ade25d58a342f95360fd5700755ab3b6523d25
Ensure Upload is properly reset after an upload is interrupted (#9635) (#10457)

* Ensure Upload is properly reset after an upload is interrupted (#9635)
client/src/main/java/com/vaadin/client/ui/VUpload.java
uitest/src/main/java/com/vaadin/tests/components/upload/InterruptUpload.java [new file with mode: 0644]
uitest/src/test/java/com/vaadin/tests/components/upload/InterruptUploadTest.java [new file with mode: 0644]