emberjs / list-view

An incremental rendering list view for Ember.js
MIT License
465 stars 116 forks source link

Scrolling list-view fast causes page to scroll #229

Closed jacojoubert closed 9 years ago

jacojoubert commented 9 years ago

If you flick your mouse to scroll it will scroll through the list, hit the bottom and then scroll the page. After the scroll momentum is gone you can resume scrolling list-view.

animation

tim-evans commented 9 years ago

I think this has to deal with list-view not processing view recycling fast enough for the browser.

jacojoubert commented 9 years ago

This was my fault. I guess something changed in how scrolling is handled in the newest list-view and it invalidated my previous code. Sorry to have wasted your time.