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

scroll issues #9

Open
bakesteve opened this issue Jul 29, 2014 · 0 comments
Open

scroll issues #9

bakesteve opened this issue Jul 29, 2014 · 0 comments

Comments

@bakesteve
Copy link

Horizontal scroll

Need to check if affects main grid, or if focus sorts that. When keyboard navigating left in a regular canvas with horizontal scroll we don't fully move the header cell into view. We would ensure that by checking column.left + width vs node.scrollLeft

Vertical scroll

Happens automatically howdies to browser key events (up / down) but:

  • doest seem to he testable
  • not very explicit

A better option may be to move the state for what rows are visible up to the grid. Keep the rendered start/end at the viewport (its an optimisation)
Then we can update this state explicitly in navigateTo. Wed need to also move onScroll Upton the grid

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

1 participant