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

Row sync issues during vertical scrolling #72

Open
prathamtandon opened this issue Apr 8, 2014 · 3 comments
Open

Row sync issues during vertical scrolling #72

prathamtandon opened this issue Apr 8, 2014 · 3 comments

Comments

@prathamtandon
Copy link

Hi,

Firstly, kudos for the frozen columns implementation. Really appreciate !

I know this might have come up before, but is there any solution for rows going out of sync while scrolling vertically ? Two points:

  1. This is happening for the bottom group of rows, the ones in current view plus a few buffered ones.
  2. I have explicitly removed the horizontal scrollbar coming at bottom of left pane for better UX. Not sure if that is causing any issues.

Thanks in advance.

@Rybadour
Copy link

Rybadour commented Aug 7, 2014

I'm trying to make a fork with fixes for this repository but I'm not sure where to begin with your problem.
What do you mean going out of sync?
Perhaps it's related to this issue (#54)?

@marbetschar
Copy link

@Rybadour maybe my investigations in #54 can point you into the right direction?

@prathamtandon
Copy link
Author

Hi,

By out of sync, I mean the left part of the row (the one belonging to frozen section) and the right part of the row are no longer aligned but get displaced off by considerable distance.
I was also able to narrow this down to the fact that we are using accessibility features with the grid and this misalignment happens when I set focus to some grid row which is near the bottom of the grid. In other words, the row is only partially visible.
When such a row cell gets focus, it moves a bit up so it is completely visible. However, this shift up only happens for left portion of row. The right portion is still down and partially visible. Hence the misalignment.

Hope this helps.

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

3 participants