GFwer commented on issue #10079: scroll event may prevent after use inside 
dataZoom
URL: 
https://github.com/apache/incubator-echarts/issues/10079#issuecomment-482642980
 
 
   This problem still seems to exist on 4.2.1 (but works fine on 4.1.0), I 
can't scrll page when the mouse hover in grid, here is my DataZoom option:
   
   ```
        {
                type: 'inside',
           zoomOnMouseWheel:'shift',
                preventDefaultMouseWheel: false
        }
   ```
   
   A [CodePen here](https://codepen.io/gfwer/pen/maJGNz)
   
   It seems event is stopped by `eventTool.stop(e.event)`

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to