angular-ui/ui-grid

UI Grid vertical scroll flickering

Open

#5,786 opened on Nov 2, 2016

View on GitHub
 (6 comments) (0 reactions) (0 assignees)JavaScript (2,496 forks)batch import
help wantedseverity: performancetype: bug

Repository metrics

Stars
 (5,395 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Hi,

Iam using ui-grid in our application and the users complain about the scrolling the vertical scrolling is jumpy in 4GB RAM machines, also when we scroll fast there is white screen the flickers for a moment and repaints it, is there any way to fix that, also all the columns I have in my grid are non editable so is there anything I can do to disable the watchers to have better scrolling performance. Thanks.

Please make sure each of the following is true before submitting a new issue. We are a small team with limited time and it is very difficult to manage issues if they aren't reported correctly.

  • This is a bug report, not a question on how to use the grid.
    Use Stack Overflow or Gitter for questions.
  • You have searched the open issues to see if this bug has been filed before. We don't want duplicate issues.
  • You have reviewed the tutorials and documentation to ensure you are using the grid correctly. ui-grid.info
  • You are using the latest version of the grid. Older versions are not patched or supported.
  • You have provided steps to recreate your bug. A plunkr is even better.

Contributor guide