Closed SomMeri closed 5 years ago
Closing this, since I realized filtering table inherits vaadin table and tried it with vaadin table only. The bug is reproducible in pure vaadin without filtering table. https://github.com/vaadin/framework/issues/11625
Versions and Systems
Description of the bug
1.) Create filtering table that has many rows and loads slowly. Demo is using
wait(100)
inside column generator to simulate slow calculation. 2.) Use mouse wheel to slowly scroll down. When loading page shows up, scroll just a bit further and then stop moving the mouse.3.) The table will continue slowly scrolling down till it reaches end of data.
Minimal reproducible example