bitovi / syn

Standalone Synthetic Event Library
https://www.npmjs.com/package/syn
MIT License
444 stars 259 forks source link

Modify Drag and Drop to identify if the element is draggable before issuing drag events on it #153

Closed kdillon closed 6 years ago

kdillon commented 6 years ago

Drag and Drop should be allowed to be used even if the element is not draggable. This would be for cases like selecting text, and drawing on a canvas.

The new drag drop is likely to suppress intermediate events, or issue drag events, even though the element is not actually being dragged!

Also: need tests for this.

kdillon commented 6 years ago

This is fixed by #158