]> source.dussan.org Git - vaadin-framework.git/commit
Fixed client-server value sync problem in CheckBox (#11028)
authorArtur Signell <artur@vaadin.com>
Wed, 13 Mar 2013 09:14:24 +0000 (11:14 +0200)
committerArtur Signell <artur@vaadin.com>
Wed, 13 Mar 2013 09:40:07 +0000 (11:40 +0200)
commit5cba827316eed64508ffb254edb95f303f44eab9
treec0f54bcc226b3b2c24c16e459261be70305af836
parent499e13878e3cb3711b21c21406166cee72ba98bf
Fixed client-server value sync problem in CheckBox (#11028)

Change-Id: I1bac8e8a746bcc97b3ce929e76cf3476ad793bf6
server/src/com/vaadin/ui/CheckBox.java
uitest/src/com/vaadin/tests/components/AbstractTestUIWithLog.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/checkbox/CheckBoxRevertValueChange.html [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/checkbox/CheckBoxRevertValueChange.java [new file with mode: 0644]