-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
horizontal scroll bar not move till end after defining "fixedColumnsLeft" option. #645
Comments
I see something similar as well. When I scroll using the horizontal scroll bar and 1 fixed left column, it works until I get to the end of the scroll area. Once the last column is visible, I should not have any more area to scroll into, but the scroll bar continues to move. When it moves past where the last column is, the grid sort of jumps and displays the columns as if I had scrolled in the opposite direction. |
Update: I can also see this when there are no fixed columns. Manually resizing one of the columns seems to fix it. |
@warpech Is there any estimate on when this issue will be addressed? |
This fixes the case when the horizontal scroll bar will not allow you to scroll to see the last column when using fixed columns.
Could you @bgrohman or @gururajiv provide a JSFiddle or test case to the pull request? I know there is "some" issue there but I cannot isolate the very issue that is fixed by this pull request. Ideally a pull request should contain a test case that proves its purpose |
@warpech Here's a jsFiddle. I'll make sure to include a jsfiddle for any new issues I open. |
Thanks a lot. This will be merged today. |
@warpech You're welcome, and thank you for Handsontable! |
This should be now fixed in version 0.9.3. Thanks for everyone involved in solving this! |
Hi ,
I have set "fixedColumnsLeft: 2" in handsontable constructor. it is working fine. but when i am trying to scroll right in grid. The scrollbar not seems to work as expected. it moves the scrollbar two cells back.
thanks,
The text was updated successfully, but these errors were encountered: