]> source.dussan.org Git - vaadin-framework.git/commit
Don't recalculate columns if only height has changed (#18274)
authorLeif Åstrand <leif@vaadin.com>
Mon, 15 Jun 2015 12:28:21 +0000 (15:28 +0300)
committerHenri Sara <hesara@vaadin.com>
Sat, 4 Jul 2015 11:34:36 +0000 (14:34 +0300)
commitdfd5d4e28abb10434dba4ccd36bb31457558dadf
treeaedc928f64786c9ba4d319812e7ac2349492c7bc
parent9ba17bdb9ebe2312632dca1a547d6cc563bddd4f
Don't recalculate columns if only height has changed (#18274)

This patch increases the reported fps in GridResizeTerror from 12 to 35
in my Chrome if only changing the height. No automatic test since
performance testing on our shared testing infrastructure would be quite
error-prone.

Change-Id: I17aeb2eac9fe4ef72993eb0f9307c1d5a75653a2
client/src/com/vaadin/client/widgets/Grid.java