Skip to content

fix(6017): Fixes ui-grid-viewport scroll issue in chrome v56 #6125

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

Merged
merged 1 commit into from
Mar 27, 2017

Conversation

mportuga
Copy link
Member

Chrome v56 introduced a new feature called "scroll anchoring" which causes the scroll position to

update if element content above the current scroll position has changed. Since ui-grid-viewport updates the margin of the first line whenever a user is scrolling, scroll

anchoring will cause it to get into a scroll loop and scroll indefinitely (i.e. scroll to the end of

the grid). Credit to @Joel-Kornbluh

Chrome v56 introduced a new feature called "scroll anchoring" which causes the scroll position to

update if element content above the current scroll position has changed. Since ui-grid-viewport updates the margin of the first line whenever a user is scrolling, scroll

anchoring will cause it to get into a scroll loop and scroll indefinitely (i.e. scroll to the end of

the grid). Credit to @Joel-Kornbluh
@mportuga mportuga merged commit ed58ebb into release-3.x Mar 27, 2017
@mportuga mportuga deleted the fix_6017 branch March 27, 2017 18:26
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.

1 participant