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.

貢獻者指南