react-dnd-html5-backend icon indicating copy to clipboard operation
react-dnd-html5-backend copied to clipboard

Doesn't work on Firefox/IE, only on Chrome

Open Vadorequest opened this issue 8 years ago • 0 comments

Hi.

i'm using an old version of this library, we've forked our own version based on react-dnd-html5-backend 2.1.2.

We never tried in another browser than Chrome until now and I get the following exception when trying to drag an Image:

TypeError: this.dragStartSourceIds is null

  HTML5Backend.prototype.handleDragStart = function handleDragStart(e, sourceId) {
    this.dragStartSourceIds.unshift(sourceId);
  };

It may be related to https://github.com/gaearon/react-dnd-html5-backend/issues/29

Is there any fix for this? At least for FF?

Vadorequest avatar Aug 25 '16 14:08 Vadorequest