angular-ui / ui-scroll

Unlimited bidirectional scrolling over a limited element buffer for AngularJS applications
http://angular-ui.github.io/ui-scroll/demo/
MIT License
327 stars 107 forks source link

Different size elements and fast scrolling leaves padding divs out of sync #141

Closed Jerczu closed 7 years ago

Jerczu commented 7 years ago

Sometimes when I scroll up and down and on each page items are different sizes when scrolling down to the very bottom large white space is inserted.

While I cannot replicate it on your demos I'm thinking becaus the dataset loaded is just a for loop rather than an api driven one and each elements in your example have the same heights.