]> source.dussan.org Git - vaadin-framework.git/commit
Ensure the upload button has been disabled when set Enabled calling from succeedL...
authorZhe Sun <31067185+ZheSun88@users.noreply.github.com>
Mon, 29 Jul 2019 11:36:39 +0000 (14:36 +0300)
committerZhe Sun <31067185+ZheSun88@users.noreply.github.com>
Thu, 8 Aug 2019 07:16:07 +0000 (10:16 +0300)
commitad2eea037b98033474a596c6483cc92c47d5817d
tree04d7c23df5349da463c742e4f6e735a94dc04404
parentb1cadbb2f24168ceb476891d0a1934cb85688fda
Ensure the upload button has been disabled when set Enabled calling from succeedL… (#11655)

* Ensure the upload button has been disabled when calling from succeedListener with Push enabled

* Add Tests to verify
client/src/main/java/com/vaadin/client/ui/VUpload.java
uitest/src/main/java/com/vaadin/tests/components/upload/DisablingUpload.java [new file with mode: 0644]
uitest/src/test/java/com/vaadin/tests/components/upload/DisablingUploadTest.java [new file with mode: 0644]