]> source.dussan.org Git - vaadin-framework.git/commit
Reading properties of components should not set state to dirty (#14060).
authorFabian Lange <lange.fabian@gmail.com>
Tue, 1 Jul 2014 11:31:08 +0000 (13:31 +0200)
committerSauli Tähkäpää <sauli@vaadin.com>
Tue, 1 Jul 2014 12:48:30 +0000 (15:48 +0300)
commit0ceccae58fb7fbeac867b79766e3bf8296d9e075
tree0f403aabc9890d0ffcff231067ea94b6c5a9c7a2
parent264e617c58d537d12a03b5f3fb73f5129fcadc09
Reading properties of components should not set state to dirty (#14060).

Fixed issue with SplitPanels which were not marking sets as dirty.

Change-Id: I23bb8bfca87a825aef132f249e05871cf7b36a34
server/src/com/vaadin/ui/AbstractSplitPanel.java
uitest/src/com/vaadin/tests/components/window/WindowMoveListenerTest.java