Skip to content
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

keyboard navigation scrolling is broken #21

Open
DimitarChristoff opened this issue Aug 3, 2016 · 2 comments
Open

keyboard navigation scrolling is broken #21

DimitarChristoff opened this issue Aug 3, 2016 · 2 comments

Comments

@DimitarChristoff
Copy link

using arrow keys to navigate the grid and scroll down is not working any more - if your '.active' cell is outside the visible view, it used to navigate('down') correctly - but it no longer does.

http://mleibman.github.io/SlickGrid/examples/example1-simple.html
vs
http://ddomingues.com/X-SlickGrid/liveDemo/examples/example1-simple.html

possibly broken because of frozen changes.

@QuangHoang
Copy link

I got the same issue when using keyboard to navigate. The navigation is working fine, but after navigating, if I use mouse to scroll up and down, the grid isn't refreshed correctly. I can replicate the issue with the link above.
http://ddomingues.com/X-SlickGrid/liveDemo/examples/example1-simple.html

DimitarChristoff pushed a commit to DimitarChristoff/slickgrid-es6 that referenced this issue Sep 12, 2019
@DimitarChristoff
Copy link
Author

Found the issue. https://github.com/ddomingues/X-SlickGrid/blob/master/slick.grid.js#L3710 - this compares row to scroll to with -1 when there isn't a frozen row (say, just frozen columns).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants