angular-ui/ui-grid

When Chrome is in zoom out, the infinite scroll is not working.

已关闭

#3,915 创建于 2015年7月2日

 (3 条评论) (0 个反应) (0 位负责人)JavaScript (2,496 个派生)batch import
grid-infinite-scrollhelp wantedtype: bug

仓库指标

星标
 (5,395 个星标)
PR 合并指标
 (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.

贡献者指南