Issues
- 3
Support pointer events?
#25 opened by natevw - 4
- 5
- 15
Using passive event handlers
#35 opened by ernest-okot - 0
Support d3.drag in testing environments
#89 opened by penx - 0
Add event.currentTarget
#85 opened by mbostock - 2
d3.pointer() could use event.touches[0]
#84 opened by jogemu - 3
Non-cancelable event
#70 opened by rowanc1 - 2
Make event listeners non-passive.
#78 opened by mbostock - 3
How to test d3-drag ?
#36 opened by BafS - 1
- 1
d3.event is not available in version 6.1.1
#76 opened by borysl - 1
remove drag.container?
#71 opened by Fil - 0
remove dragEvent.on?
#75 opened by Fil - 4
Signal reaching clickDistance threshold?
#48 opened by Herst - 1
- 7
drag.on("init") ?
#67 opened by Fil - 10
Inertial dragging?
#27 opened by ncammarata - 1
- 3
- 1
- 5
Browser pinch-zoom in IE/Edge breaks things
#43 opened by Herst - 1
- 3
- 1
- 2
- 1
d3 mouseup event not firing
#59 opened by gokulnath95 - 3
Drag event on Chrome 72
#58 opened by bi-a - 2
Reaching drag event scope with ES6
#53 opened by nextlevelshit - 0
- 2
Possible typo in README
#55 opened by ondrejsevcik - 4
gestures.mouse is not a function
#51 opened by samal-rasmussen - 1
- 1
Drag event issue
#44 opened by NZ-HIPS - 3
- 1
Is React compatible with d3-drag?
#40 opened by alexung - 1
drag.container() behave not same as API
#38 opened by zhuyali - 1
- 4
Use distance threshold when suppressing click.
#28 opened by flekschas - 3
- 2
- 1
Not working well with safari
#33 opened by JesseAldridge - 1
- 1
d3.event.sourceEvent.target in safari mobile
#30 opened by gshrman - 2
Drag drop is not working using d3.js
#29 opened by farrukhpisces - 2
Expose dx and dy on the DragEvent.
#21 opened by altocumulus - 0
Remove drag.x and drag.y.
#24 opened by mbostock - 0
Don’t pass started to the constructor.
#23 opened by mbostock - 1
Expose d3.dragDisable(window).
#22 opened by mbostock - 0
Reduce the scope of default behavior prevention.
#20 opened by mbostock