]> source.dussan.org Git - vaadin-framework.git/commit
Fixes subpixel allocation accuracy and speed (#16614, #16750)
authorHenrik Paul <henrik@vaadin.com>
Fri, 6 Feb 2015 14:35:16 +0000 (16:35 +0200)
committerVaadin Code Review <review@vaadin.com>
Wed, 4 Mar 2015 14:05:44 +0000 (14:05 +0000)
commitcdb8996e925784c908b8b7607b1650c09811f293
tree94ad225f44a10446ea0c26a95995e15a90aa1525
parent3025e1038cf2b2dcdff4436df35fc6aaed98aa0f
Fixes subpixel allocation accuracy and speed (#16614, #16750)

This reverts workarounds used in subpixel quick fix commit
6133b2cffd0c0b0e0e360ae30330a8adbe7662f4. New logic uses Escalator's
more optimised multiple column width setting method.

Change-Id: I0863f9774e6efc26f01ebdb736b4847e4ef5354c
client/src/com/vaadin/client/widget/escalator/FlyweightRow.java
client/src/com/vaadin/client/widgets/Escalator.java
client/src/com/vaadin/client/widgets/Grid.java
uitest/src/com/vaadin/tests/components/grid/GridWidthIncreaseTest.java
uitest/src/com/vaadin/tests/components/grid/basicfeatures/client/GridClientColumnPropertiesTest.java