27

I am using ui grid 3.0.6. Until yesterday it was working fine. But there is a problem in Google chrome now.(Version 56.0.2924.87)

When I scroll the grid, or click on scroll down arrow it starts scrolling very fast. Couldn't control the speed. It was working fine and only in Chrome.

Can anyone help?

Thanks in advance.

3
  • Yes, I have several users reporting the same problem here too. I am hoping it has been recognised as a Chrome bug and will be fixed, because otherwise we will have to downgrade or scramble to adapt the angular-ui-grid to cope with this new behaviour. Commented Feb 7, 2017 at 23:04
  • 5
    Had this same problem. Updating ui-grid (4.0.2) cleared it up for us. Commented Feb 8, 2017 at 19:59
  • 1
    Thanks for reply. Updating ui-grid to 4.0.2 and angularjs 1.5.0 solved the problem. Commented Feb 9, 2017 at 20:35

2 Answers 2

31

Adding this style to my style.css is helped

.ui-grid-viewport {
    overflow-anchor: none;
}
Sign up to request clarification or add additional context in comments.

1 Comment

This answer should be accepted. Added to project and no longer have problem with fast scrolling to bottom. Chrome 57 Angular-Ui-Grid @ 3.1.1
19

It's may be related to "Scroll Anchoring" feature, that has been enabled by default in Chrome 56. description of feature

css-property "overflow-anchor: none", should solve this problem.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.