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

fix(Grid.js): ScrollIfNecessary determines top boundary wrong #6668

Closed
wants to merge 2 commits into from

Conversation

m4m4m4
Copy link
Contributor

@m4m4m4 m4m4m4 commented Apr 11, 2018

Adding headerHeight to topBoundary calculation makes it always larger than pixelsToSeeRow causing an infinite loop.

fixes #6653

Adding headerHeight to topBoundary calculation makes it always larger than pixelsToSeeRow causing an infinite loop.

fixes angular-ui#6653
@m4m4m4 m4m4m4 closed this Apr 11, 2018
@mportuga
Copy link
Member

Why did you close this?

@m4m4m4
Copy link
Contributor Author

m4m4m4 commented Apr 12, 2018

While it solved editable cells where enableCellEditOnFocus was turned on, it broke top scrolling for non-editable cells. I'll deep dive into this again today and see if I can find a solution.

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

Successfully merging this pull request may close these issues.

4.4.5: Infinite loop with cellnav and enableCellEditOnFocus
3 participants