You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2019/06/15 19:52:09 UTC

[GitHub] [incubator-echarts] MasterHiei opened a new issue #10679: non-passive event violation

MasterHiei opened a new issue #10679: non-passive event violation
URL: https://github.com/apache/incubator-echarts/issues/10679
 
 
   ### Version
   4.2.1
   
   ### Steps to reproduce
   Open a page cantains any ECharts canvas in Chrome(`Version 75.0.3770.90 (Official Build) (64-bit)`).
   
   ### What is expected?
   No any violation
   
   ### What is actually happening?
   Show a violation warning on console.
   ```bash
   [Violation] Added non-passive event listener to a scroll-blocking 'mousewheel' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
   ```
   
   ---
   Can not reproduction in old version of Chrome(less than 75.0.3770.90).
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org