]> source.dussan.org Git - vaadin-framework.git/commit
Fixed really well hidden logic bug (from year 2002) in core class. addComponent or...
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Fri, 2 Feb 2007 19:19:29 +0000 (19:19 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Fri, 2 Feb 2007 19:19:29 +0000 (19:19 +0000)
commitd248abaa33add389846a200b4654922cd07d1bd6
tree56a3de6c34c644a245b8099a0bff3ceee4195c96
parent6d4b2b0161eaf9cff64907fd3edb5c36d631c5c8
Fixed really well hidden logic bug (from year 2002) in core class. addComponent or removeComponent should not call attach/detach directly. setParent does just that (as documented in the interface). This should fix those "double calls" to attach/detach. I really hope that this does not break anything.

svn changeset:428/svn branch:toolkit
src/com/itmill/toolkit/ui/AbstractComponentContainer.java