iGx Grid Very slow scrolling
New DiscussionI am getting tons of strange warnings from zone.js ever since I added Infragistics to my application, I feel as if I may be missing a java script library or something. A lot of the controls are providing pretty poor performance that seems to be linked to the warnings in my browser.
I get tons of these errors not just when scrolling, but when clicking on components. For example, expanding an expansion panel or clicking an igx-checkbox.
WARINGS FROM BROWSER (Chrome):
—————————————————————————————————————————————————————————————–
Handling of ‘wheel’ input event was delayed for 358 ms due to main thread being busy. Consider marking event handler as ‘passive’ to make the page more responsive.
[Violation] Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as ‘passive’ to make the page more responsive.
—————————————————————————————————————————————————————————————–
Any ideas as to why this may be happening? When I try to set the event listeners to passive: true, then igx throws tons of errors. Should I be loading any extra js libraries?