J. Cameron McDonald

Results 22 comments of J. Cameron McDonald

So it turns out that this is the behavior I see for a file that _does not_ have the `// @flow` comment at the top. When I add the comment,...

This is a bug. Firefox requires the `transfer-data` prop to be set, even if it's empty. Here's a fixed fiddle: https://jsfiddle.net/yp0hsv7n/3/ Leaving this open to keep track of the underlying...

@diablo341 Are you sure you're using the most current version of vue-drag-drop? There was a Firefox bug introduced by 1.0.0 that has since been fixed.

This is the standard way [the spec](https://developer.mozilla.org/en-US/docs/Web/Events/drag) operates: > The drag event is fired every few hundred milliseconds as an element or text selection is being dragged by the user....

Having given this some more thought, I realized I closed this too hastily. Will look into it.

By all means. I already took a crack adding a milliseconds `debounce` prop, and using the [`debounce`](https://www.npmjs.com/package/debounce) package to slow the event emission, but it was behaving strangely. Maybe you'll...

Eurgh, I knew this was going to come up eventually. The root cause is that the native Drag and Drop API demands that the drag image HTML be actually visible...

I don't have a Mac to test with, but my understanding is that there is no method that works in Safari, aside from completely replacing and reimplementing the drag image...

I'll take a look, but my initial guess is that this is a limitation of the underlying drag and drop API. If so, I probably won't be able to do...

I'll look into this. Thanks.