emberjs / list-view

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

virtual list view + Yosemite scrolls the wrong way #176

Closed stefanpenner closed 9 years ago

jayphelps commented 9 years ago

Which browser and scroll direction setting? I'm on OS X 10.10.1, Chrome, both natural/historic scrolling settings = works as expected.

I'm guessing this is happening in a browser that doesn't support event.webkitDirectionInvertedFromDevice, but this may no longer be an issue (Chrome or what ever browser you were using may have added it)

stefanpenner commented 9 years ago

@jasonmit fixed this, thanks for reminding me of this :)