gdepourtales / ng-cells

AngularJS Table directive that draws a table of data with different features
http://gdepourtales.github.io/ng-cells/
Other
77 stars 17 forks source link

Fix/firefox mousewheel scrolling issue #26

Closed kayhadrin closed 9 years ago

kayhadrin commented 9 years ago

Fix for issue #25

  1. The scrollBy function call was not using the correct parameters.
    So this issue affected probably all Firefox versions... :-(
  2. Fix: scrollDelay was not respecting the user configured scrollDelay attribute
  3. Optimised some other pieces of code