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

HTML5 backend for React DnD [Legacy Repo]

Results 37 react-dnd-html5-backend issues
Sort by recently updated
recently updated
newest added

### Description When I try to drag a react-dnd enabled div containing a complex material-ui table in Chrome then the HTML 5 backend does not correctly snapshot the drag source...

Right now it doesn't seem like modifier keys are supported while dragging items. By modifier keys I mean like pressing the _alt_ key to enter copy 'mode' instead of move...

enhancement

There seems to be an error importing `HTML5Backend` Here's my babel config in package.json ```json "babel": { "presets": [ [ "latest", { "es2015": { "modules": false } } ], "react",...

Originally reported here: https://github.com/gaearon/react-dnd/issues/513 > First off, just want to say thanks for building react-dnd and its core libraries. The abstractions are wonderful to work with and very flexible. >...

Hey, I have an element that I'm dragging around and it works great by itself, but that element could have an icon attached to it with `position: absolute; left: -24px;`...

I've got a use case with a codebase in transition, where ideally I'd like to interop with the existing code. Are you opposed to something like this? Shouldn't change any...

## Intro @pithu and me have an idea how to improve this library for supporting the drag and drop operations "copy", "move" and "link". We would implement these ideas as...

A bit hard to explain, but basically, when dragging an item up to the top of the page, such that the page has to scroll up, when you bring the...

Moved from https://github.com/gaearon/react-dnd/issues/390: > In MSEdge (and it seems ONLY in MSEdge; other IE versions, Firefox, Chrome, Safari, ... worked fine) the whole UI of our React application stopped responding....

bug