zambezi / grid

D3 component for drawing grids
MIT License
4 stars 2 forks source link

Column drag doesn't work on IE #32

Open gabrielmontagne opened 7 years ago

gabrielmontagne commented 7 years ago

Expected Behavior

It should work -- one should be able to move columns around in IE same as in other browsers.

Current Behavior

It blows up on a dataTransfer.setData call.

Steps to Reproduce (for bugs)

  1. Open on IE
  2. Try drag a column around another column.
  3. Boom.

Context

We use the native D&D API. Fools! Maybe we should rely on the d3-drag behaviour

Environment

Poetro commented 7 years ago

:+1: