]> source.dussan.org Git - vaadin-framework.git/commit
Fix scrolling problem in table in Chrome 56+ (#10492)
authorArtur <artur@vaadin.com>
Fri, 5 Jan 2018 13:13:55 +0000 (15:13 +0200)
committerOlli Tietäväinen <ollit@vaadin.com>
Fri, 5 Jan 2018 13:13:55 +0000 (15:13 +0200)
commitf1039e892ca4d40e7ed441264f1d35b30733d679
treea8a7853a28d6bcf25192a5c1c18392f5fa79a673
parent900463c44acdef7ad5acec4de5203b6fd37fd4f3
Fix scrolling problem in table in Chrome 56+ (#10492)

* Fix scrolling problem in table in Chrome 56+

Fixes #8707

* Remove commented code
themes/src/main/themes/VAADIN/themes/base/table/table.scss
themes/src/main/themes/VAADIN/themes/valo/components/_table.scss
uitest/src/main/java/com/vaadin/tests/components/table/TableScrollsOnRefresh.java [new file with mode: 0644]
uitest/src/test/java/com/vaadin/tests/components/table/TableScrollsOnRefreshTest.java [new file with mode: 0644]