]> source.dussan.org Git - vaadin-framework.git/commit
Fix VAbstractOrderedLayout widget removal race condition (#18703) 7.6.0.beta1
authorTeemu Suo-Anttila <teemusa@vaadin.com>
Tue, 27 Oct 2015 15:19:46 +0000 (17:19 +0200)
committerTeemu Suo-Anttila <teemusa@vaadin.com>
Tue, 27 Oct 2015 15:24:46 +0000 (15:24 +0000)
commit1ee652d48c5e9a5fb5ea4e550492935689ce53f9
treef504a92915e1adcb8631b227b04e272c8bbd4e98
parent1b992700c2560bc78cdc7910d7bbf2c4a969af38
Fix VAbstractOrderedLayout widget removal race condition (#18703)

Removing a widget that got moved to another layout occasionally caused
slot to lose track of related widget. As a result the layout never
created a new slot when the same widget is put back in there.

Change-Id: I0d8793324b8a5ac8a06aa2803ac8de22b90b7545
client/src/com/vaadin/client/ui/orderedlayout/VAbstractOrderedLayout.java