angular-ui/ui-grid

Unable to preventDefault inside passive event listener invocation

Fermée

#6 843 ouverte le 7 sept. 2018

 (2 commentaires) (0 réaction) (0 personne assignée)JavaScript (2 496 forks)batch import
help wantedneeds: analysis

Métriques du dépôt

Stars
 (5 395 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

I'm using this vendor[1] to set all event as passive event. Ui-grid work more fast than early and fine like always, but i get this error on console:

Unable to preventDefault inside passive event listener invocation:   | preventDefault | @ | ui-grid.js:11956   | (anonymous) | @ | ui-grid.js:2856   | mousewheelHandler | @ | ui-grid.js:11967

I'm searching some idea to avoid it.

[1] https://github.com/zzarcon/default-passive-events

Guide contributeur