-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RTL: scrolling janky/not working on OSX trackpad #1689
Comments
There's a |
OK:
In each case it correctly identifies that we're Chrome and RTL. |
These are the same values I get in Chrome on Windows. @PaulL1 It's trackpad-only, right? Would it be possible to get a gist of a mousewheel event by setting an Event Listener Breakpoint in the debugger? Let me know which direction the event is from (i.e. swiping my fingers left) and I can compare it with an event from a different OS. |
Looking for old things to close. This one I appear to have misplaced, so doing it now. I'm on OSX Yosemite 10.10.1, and Chrome 39.0.2171.95 (64-bit). I have my trackpad set the normal Mac way - which means it drags sort of like an iPad. When I move my fingers right to left on the trackpad, the screen scrolls to the right (i.e. the semantics are that you are dragging the viewport with your fingers). I think this is reversed from the standard Windows setup, so that will make describing this harder. Firstly, the behaviour I get on http://ui-grid.info/docs/#/tutorial/191_horizontal_scrolling:
Secondly, same thing on http://ui-grid.info/docs/#/tutorial/191_horizontal_scrolling
However, the grid seems to scroll left - which I think is probably because of something in RTL reversing the scroll order. |
Process for getting a wheelEvent (documented in case I need to do it again).
Then copy and paste the result into http://json.parser.online.fr/. |
I think this is fixed - at least it is on the tutorial site. However, leaving open for a wee while as I know that @swalters changes to scrolling may impact it. |
This is busted for me as of today. Setting back to a defect. |
Moving to 3.1 as this has been such an unsolvable problem that we don't want it to block a 3.0 release. |
Not clear if it's a Mac specific issue, or more general. The scrolling with a trackpad on the RTL tutorial is reversed from all other grids.
The text was updated successfully, but these errors were encountered: