bitovi / syn

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

Fixes to drag event accuracy #173

Closed kdillon closed 5 years ago

kdillon commented 5 years ago

The cancelable and bubbles events are not set in the drag events generated by HTML5 drag drop.

This is a little weird because they are set by default in mouse.js, which means that they are falling through as page events rather than mouse events.

This is something that I will be looking-into shortly, but in the meantime I'd like this to be fixed on tip.