angular-ui/ui-grid

Unable to preventDefault inside passive event listener invocation

已关闭

#6,843 创建于 2018年9月7日

 (2 条评论) (0 个反应) (0 位负责人)JavaScript (2,496 个派生)batch import
help wantedneeds: analysis

仓库指标

星标
 (5,395 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南