]> source.dussan.org Git - vaadin-framework.git/commit
Fixed batch for #7668 - addComponent methods *must* add the component to the componen...
authorJohannes Dahlström <johannes.dahlstrom@vaadin.com>
Thu, 24 Nov 2011 13:48:31 +0000 (13:48 +0000)
committerJohannes Dahlström <johannes.dahlstrom@vaadin.com>
Thu, 24 Nov 2011 13:48:31 +0000 (13:48 +0000)
commitade40dca806566c73986c907fb00d5d09330fe73
tree85d79fe2035d3fc7a0f0cc1e07916f337f3b9c12
parent2b7369f3b488587e76952cc4c2efc38d440ce980
Fixed batch for #7668 - addComponent methods *must* add the component to the components list before calling super.addComponent() because AttachListeners expect it to be there

svn changeset:22122/svn branch:6.7
src/com/vaadin/ui/AbstractOrderedLayout.java
src/com/vaadin/ui/CssLayout.java