angular-ui/ui-grid

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

Open

#3.915 aberto em 2 de jul. de 2015

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)JavaScript (2.496 forks)batch import
grid-infinite-scrollhelp wantedtype: bug

Métricas do repositório

Stars
 (5.395 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador