]> source.dussan.org Git - vaadin-framework.git/commit
Avoid client side exception on DnD for empty table (#13655).
authorDenis Anisimov <denis@vaadin.com>
Sun, 27 Apr 2014 15:59:51 +0000 (18:59 +0300)
committerLeif Åstrand <leif@vaadin.com>
Mon, 28 Apr 2014 16:50:08 +0000 (16:50 +0000)
commit43a2943572b594402230fb6ceaa1d565e8e4d636
treedfcc2704ee28460d17402fc140c9149a607d1ad1
parent0897607042fe8da4c20d02ae47d1ac0b326f243d
Avoid client side exception on DnD for empty table (#13655).

Change-Id: I71c18e87760ecbff34cfe215f56390fd75f3e55c
client/src/com/vaadin/client/ui/VScrollTable.java
uitest/src/com/vaadin/tests/components/table/DndEmptyTable.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/table/DndEmptyTableTest.java [new file with mode: 0644]