]> source.dussan.org Git - vaadin-framework.git/commit
Disallow layoutNow() while updating the state (#13611)
authorLeif Åstrand <leif@vaadin.com>
Fri, 9 Jan 2015 16:34:28 +0000 (18:34 +0200)
committerVaadin Code Review <review@vaadin.com>
Thu, 15 Jan 2015 14:26:04 +0000 (14:26 +0000)
commit74aa5c73811658782624b1cb761533ae2e8040d8
tree39774c9c103a1435f07e68aff9fc88f117e1a96b
parenta5d8097f03bb99b585ec93acc99bc5cb4c7108af
Disallow layoutNow() while updating the state (#13611)

Change-Id: Ic519cbfb6507566a46d0313455695c4a40de55b8
client/src/com/vaadin/client/ApplicationConnection.java
client/src/com/vaadin/client/LayoutManager.java
uitest/src/com/vaadin/tests/layoutmanager/LayoutDuringStateUpdate.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/layoutmanager/LayoutDuringStateUpdateTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/widgetset/client/LayoutDuringStateUpdateConnector.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/widgetset/server/LayoutDuringStateUpdateComponent.java [new file with mode: 0644]