]> source.dussan.org Git - vaadin-framework.git/commit
Fix scrolling problem in table in Chrome 56+ (#12015) pr12027/r11
authorAnna Koskinen <Ansku@users.noreply.github.com>
Tue, 19 May 2020 12:21:56 +0000 (15:21 +0300)
committerGitHub <noreply@github.com>
Tue, 19 May 2020 12:21:56 +0000 (15:21 +0300)
commit452357791fe20aae1e9b650c646bc70e8446d86c
tree81a34e50adad631562e564826277675f27a9eda2
parent0645a86e5b6951de0e5b170657a2eaf74a7e9b77
Fix scrolling problem in table in Chrome 56+ (#12015)

* Fix scrolling problem in table in Chrome 56+

Issue #8707, slightly modified cherry-pick of #10492
compatibility-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]