]> source.dussan.org Git - vaadin-framework.git/commit
Always show loading indicator for JavaScript RPC (#20235)
authorArtur Signell <artur@vaadin.com>
Wed, 7 Sep 2016 19:21:40 +0000 (22:21 +0300)
committerArtur Signell <artur@vaadin.com>
Thu, 8 Sep 2016 19:12:59 +0000 (22:12 +0300)
commitc970a78d42a2d8f1745df7a11a74f3731f8be9a5
tree01a122e1f733f32e0a0ef95aa3dd57acbc765bce
parentad67f7f43afb0feec5e029aea90297f2abe4f2c1
Always show loading indicator for JavaScript RPC (#20235)

The change to not show loading indicator for JS RPC was done in
15a53d305e6648572c11cb988f4988c2c5825af1 and looks like a refactoring
error.

Change-Id: If2a2818e0c4adc06479ecaf17764bf53fc89c095
client/src/main/java/com/vaadin/client/communication/ServerRpcQueue.java
uitest/src/main/java/com/vaadin/tests/components/javascriptcomponent/JSComponentLoadingIndicator.java [new file with mode: 0644]
uitest/src/main/resources/com/vaadin/tests/components/javascriptcomponent/JSComponent.js [new file with mode: 0644]
uitest/src/test/java/com/vaadin/tests/components/javascriptcomponent/JSComponentLoadingIndicatorTest.java [new file with mode: 0644]
uitest/src/test/java/com/vaadin/tests/tb3/AbstractTB3Test.java