]> source.dussan.org Git - vaadin-framework.git/commit
Fix NPE on column width detection in TreeTable and RowGenerator (#19437)
authorTeemu Suo-Anttila <teemusa@vaadin.com>
Mon, 18 Jan 2016 11:52:14 +0000 (13:52 +0200)
committerVaadin Code Review <review@vaadin.com>
Sat, 13 Feb 2016 12:18:26 +0000 (12:18 +0000)
commitb5fb9c61ee7710558bdedda2ccf4c5e2f9481bff
tree420eae7c44218f3c6f8868a7aa71f12f0f543626
parentc317e6005b3bf17be404aa12c94593bd948fadef
Fix NPE on column width detection in TreeTable and RowGenerator (#19437)

Change-Id: I7ed03d34124dda839bddc2507274a63b1e22f05f
client/src/com/vaadin/client/ui/VScrollTable.java
uitest/src/com/vaadin/tests/components/treetable/TreeTableRowGenerator.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/treetable/TreeTableRowGeneratorTest.java [new file with mode: 0644]