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

When last cell is visible, and horizontal scrollbar is visible, and the anchor cell is replaced, the viewport will scroll one cell up #53

Open
JordanMartinez opened this issue Oct 13, 2017 · 0 comments
Labels

Comments

@JordanMartinez
Copy link
Contributor

This occurs because Navigator#distanceFromSky returns a positive (rather than zero) value. The horizontal scrollbar is temporarily not visible and then later is visible. This screws up the returned value of the last cell's maxY - sizeTracker.getViewportLength().

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

No branches or pull requests

1 participant