konvajs / konva

Konva.js is an HTML5 Canvas JavaScript framework that extends the 2d context by enabling canvas interactivity for desktop and mobile applications.
http://konvajs.org/
Other
11.43k stars 918 forks source link

Cannot use the mouse wheel while dragging and element over a Konva element #1776

Open pf-costa opened 3 months ago

pf-costa commented 3 months ago

If I start to drag an element, move it over a Konva element and use the mouse wheel, I'm unable to scroll the window.

Reproducible example: https://jsbin.com/vexexoqihe/edit?html,js,output

lavrton commented 3 months ago

I don't have a mouse with a wheel to test, so I will need a help from someone to take a look into this.

pf-costa commented 3 months ago

Thanks for the reply @lavrton 🙏 You can also reproduce the issue with a trackpad/touchpad. The user is not able to scroll the page if he is dragging an element and it is over a Konva element.

lavrton commented 3 months ago

I can reproduce it. But I am not sure what is the root of the issue. I don't see any event.preventDefault() calls. Also it works ok in Firefox.