d3 / d3-drag

Drag and drop SVG, HTML or Canvas using mouse or touch input.
https://d3js.org/d3-drag
ISC License
333 stars 61 forks source link

Make event listeners non-passive. #78

Closed mbostock closed 3 years ago

mbostock commented 4 years ago

Related #52 d3/d3-zoom#225; Google has changed the default (which could be viewed as “breaking the web”), meaning we should probably be explicit about these needing to be non-passive.

MUTHUKUMAR73737 commented 3 years ago

@mbostock Above bug is related with https://github.com/d3/d3-zoom/issues/233

Issue in noevent.js file.

2021-04-01 17_12_46-Window

I think Window Click event and Drag events gets conflict.

2021-04-07 17_01_02-d3_d3-drag_ Drag and drop SVG, HTML or Canvas using mouse or touch input

Fil commented 3 years ago

https://github.com/d3/d3-zoom/issues/231