You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a grid with infinite scroll directive throws a [$rootScope:inprog] $digest already in progress exception everytime a column menu is opened.
ui-grid.js:7898 Error: [$rootScope:inprog] http://errors.angularjs.org/1.7.9/$rootScope/inprog?p0=%24digest
at angular.js:99:1
at p (angular.js:19761:15)
at m.$digest (angular.js:19091:9)
at m.$apply (angular.js:19503:13)
at GridApi.applyHideMenu (ui-grid.js:3495:18)
at ui-grid.js:7935:21
at m.$emit (angular.js:19651:15)
at Object.feature.raise. [as scrollBegin] (ui-grid.js:7898:30)
at Grid.self.flagScrollingVertically (ui-grid.js:5243:29)
at Grid.scrollContainers (ui-grid.js:6814:12)
Hi,
Using a grid with infinite scroll directive throws a [$rootScope:inprog] $digest already in progress exception everytime a column menu is opened.
Seems similar to #6989 (comment)
Thanks
The text was updated successfully, but these errors were encountered: