facebookarchive / fixed-data-table

A React table component designed to allow presenting thousands of rows of data.
http://facebook.github.io/fixed-data-table/
Other
4.3k stars 553 forks source link

Scrolling left on Chrome goes back #439

Closed djkirby closed 8 years ago

djkirby commented 8 years ago

chrome

In Chrome I'm finding it impossible to scroll left on the table, it's just triggering the 'back' gesture in Chrome. Any workarounds for this?

KamranAsif commented 8 years ago

What version of chrome are you on? Someone reported a similar issue on our fork: https://github.com/schrodinger/fixed-data-table-2/issues/36

djkirby commented 8 years ago

@KamranAsif OS X Version 52.0.2743.116 (64-bit).

djkirby commented 8 years ago

To clarify, the scrolling itself works, but using a Magic Mouse or Macbook track pad causes the 'back' behavior

Edit: works after restarting chrome...keeping fingers crossed

KamranAsif commented 8 years ago

I'm on OS X 10.11.4 with Chrome Version 52.0.2743.116 (64-bit) and I can't reproduce this on our fork or this one. Are you able to reproduce it consistently?

djkirby commented 8 years ago

Since restarting chrome I haven't experienced this behavior, so we can probably close this issue.

djkirby commented 8 years ago

@KamranAsif Btw what is different in your fork? Should it be used over this repo?

KamranAsif commented 8 years ago

This library hasn't seen a lot of maintenance (you can just look at the number of open issues and PRs)

Our fork has more features, documentation, examples and bug fixes. We are trying to get the community more involved so feel free to check it out and contribute!

sheerun commented 7 years ago

This is still an issue