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

re-calc lastTop #311

Closed
wants to merge 1 commit into from
Closed

re-calc lastTop #311

wants to merge 1 commit into from

Conversation

spasovski
Copy link
Contributor

fixes #307

Noticed lastTop needs to get recalculated. Seems to fix the scrollbar position issue but not sure if this is the right approach.

@spasovski spasovski requested a review from mofojed November 24, 2021 16:01
@spasovski spasovski self-assigned this Nov 24, 2021
@spasovski spasovski added the bug Something isn't working label Nov 24, 2021
@@ -271,6 +274,12 @@ class GridMetricCalculator {
]);
}

lastTop = this.getLastTop(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmmm why does this need to be re-calculated?

@mofojed
Copy link
Member

mofojed commented Nov 24, 2021

Let's wait til #302 gets merged before merging this one I think

@spasovski spasovski closed this Nov 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

floating bottom rows - keyboard navigation results in wrong scrollbar position
2 participants