]> source.dussan.org Git - vaadin-framework.git/commit
Schedule DOM reset after column size setting (#9011)
authorHenri Sara <henri.sara@gmail.com>
Tue, 18 Apr 2017 09:36:00 +0000 (12:36 +0300)
committerGitHub <noreply@github.com>
Tue, 18 Apr 2017 09:36:00 +0000 (12:36 +0300)
commit695ae21edbe477aae501fa137b33b143c49594c7
treeb8dcc2d4453d4f19887b02535cf68be0b711baa2
parent9a0f1c136168fbc7b63570b88da7a9cba9de389c
Schedule DOM reset after column size setting (#9011)

Otherwise, the initial row height state update partly negates
an earlier optimization for unnecessary column width calculation.
client/src/main/java/com/vaadin/client/connectors/grid/GridConnector.java