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

Mousewheel scrolling not working on FireFox & Safari (Windows 8.1) #25

Closed bertusvandepoll closed 9 years ago

bertusvandepoll commented 9 years ago

I am very pleased with your ng-cells directive: it's high performant and flexible, much better than other jquery or ng stuff that I have tried. There is just one issue that I would like you to know: the mouse wheel scroll on the table works on Chrome, IE and Opera but not on FireFox 37.0.1 nor on Safari 5.1.7 (on Windows 8.1). Mousewheel in Safari on the Mac works fine. Any ideas how to fix that?

kayhadrin commented 9 years ago

what's the version that's affected?

On 10 April 2015 at 23:11, bertusvandepoll notifications@github.com wrote:

I am very pleased with your ng-cells directive: it's high performant and flexible, much better than other jquery or ng stuff that I have tried. There is just one issue that I would like you to know: the mouse wheel scroll on the table works on Chrome, IE and Opera but not on FireFox 37.0.1 nor on Safari 5.1.7 (on Windows 8.1). Mousewheel in Safari on the Mac works fine. Any ideas how to fix that?

— Reply to this email directly or view it on GitHub https://github.com/gdepourtales/ng-cells/issues/25.

bertusvandepoll commented 9 years ago

the latest version: 0.3.9

kayhadrin commented 9 years ago

Ok, I'll have a look into this.

kayhadrin commented 9 years ago

Thanks for reporting this issue. I found its cause and raised a new PR.

bertusvandepoll commented 9 years ago

Thank you: issue is fixed!