Skip to content
This repository has been archived by the owner on Nov 11, 2017. It is now read-only.

mousewheel issues on firefox #91

Closed
stefanpenner opened this issue Jan 22, 2014 · 4 comments
Closed

mousewheel issues on firefox #91

stefanpenner opened this issue Jan 22, 2014 · 4 comments
Labels

Comments

@stefanpenner
Copy link
Member

No description provided.

@zolzaya
Copy link

zolzaya commented Apr 14, 2014

Same here :(. Did u solve it?

@sharavsambuu
Copy link

on firefox, mouse wheel scrolling is too slow and almost unusable. Any suggestions to deal with that?

@sharavsambuu
Copy link

if we remove
this._scrollTo(y);
from scrollTo function of list_view.js,
it seems working on firefox.
but will it be affecting to other functionality?

@acreatist
Copy link

Hi gyus!
I think the scrolling issue is caused by Firefox's 'smooth scrolling' option, found in Options->Advanced->General tab.
If you disable the option, scrolling works alright.
I tried to call 'that.scroll' function in didInsertElement with a 100ms timeout. It actually does the trick, but maybe it's not the best solution.

If any ideas and fixes, It'll be great, as I've adopted ember-listview in my app as a lib and don't want to mess it.

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

6 participants