]> source.dussan.org Git - vaadin-framework.git/commit
Forces redraw in IE 8 when table does post layout. (#12687)
authorJarno Rantala <jarno.rantala@vaadin.com>
Mon, 4 Nov 2013 13:21:22 +0000 (15:21 +0200)
committerVaadin Code Review <review@vaadin.com>
Wed, 6 Nov 2013 11:24:15 +0000 (11:24 +0000)
commit0d3c35b4f17814a3c146134621374a8a915f10a0
tree324526d17cd72b4dfd87499a0c01783948fdb739
parentfefedeab68461ebc04fd45f91a35835fc9026a56
Forces redraw in IE 8 when table does post layout. (#12687)

Without forcing the redraw, IE8 measures component sizes incorrectly in some cases.

Change-Id: I38e8a70e18753714b00f5ca4492749d6c84f10dc
client/src/com/vaadin/client/ui/table/TableConnector.java
uitest/src/com/vaadin/tests/components/table/TableSizeInTabsheet.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/table/TableSizeInTabsheetTest.java [new file with mode: 0644]