Angular ui-grid tables scrolling sideways
Asked Answered
S

1

6

I noticed a strange behavior when scrolling over an angular-ui table, let's take as an example the table displayed on http://ui-grid.info/, this is the normal table: Normal table

and this is the same table that slides sideways when scrolling with the mouse (it happens only if the mouse is capable of lateral scrolling):

Table scrolled sideways

Disabling scrollbars doesn't seem to work. Is there a solution to avoid this behavior?

Sayer answered 15/9, 2014 at 14:13 Comment(3)
lets first get a mouse capable of lateral scrolling :)Dignity
7 days ago code was merged in on their github that changes width calculations. I haven't tested the code, but if you build their latest code from github that might resolve it.Housetop
The issue seems to be fixed now, thank you RobSayer
S
0

As pointed out by Rob Louie, the code has now been fixed: https://github.com/angular-ui/ng-grid/commit/f68c5ee47415a48f2f6bd54781774714b03941c2

Sayer answered 28/10, 2014 at 10:58 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.