]> source.dussan.org Git - vaadin-framework.git/commitdiff
#6281, fixed issue when column moves to another index while changing container (for...
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 13 Jan 2011 16:47:25 +0000 (16:47 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 13 Jan 2011 16:47:25 +0000 (16:47 +0000)
svn changeset:16880/svn branch:6.5

src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java

index f6383b36bab906c68a0540c41c18ab6e0406c7ee..b59e1db50dcf57405ce5bc6d7e10d6befb80ae46 100644 (file)
@@ -3136,6 +3136,7 @@ public class VScrollTable extends FlowPanel implements Table, ScrollHandler,
                 // we're moving the cell
                 DOM.removeChild(tr, cell.getElement());
                 orphan(cell);
+                visibleCells.remove(cell);
             }
             if (index < visibleCells.size()) {
                 // insert to right slot