angular-ui/ui-grid
在 GitHub 查看When Chrome is in zoom out, the infinite scroll is not working.
Open
#3,915 创建于 2015年7月2日
grid-infinite-scrollhelp wantedtype: bug
仓库指标
- Star
- (5,395 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
When Chrome is in zoom out (90% for example), the infinite scroll is not working. The ngGridEventScroll event is not emitted, and then
$scope.$on('ngGridEventScroll', function () {...}
is not called.
Open this example in Chrome: http://plnkr.co/edit/AY68jf?p=preview
Zoom out to 90%. In my browser the infinite scrolling stopped working. In 100% zoom it's working.