angular-ui/ui-grid

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

Open

#3915 aperta il 2 lug 2015

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)JavaScript (2496 fork)batch import
grid-infinite-scrollhelp wantedtype: bug

Metriche repository

Star
 (5395 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor