react-ui-tree icon indicating copy to clipboard operation
react-ui-tree copied to clipboard

Some dragging issues

Open rohan-deshpande opened this issue 10 years ago • 1 comments

Wondering if this is related to #2, but you can test it in the example. Add a bunch of items and go to one near the bottom of the list and drag it. For me, the update of the cloned draggingDom is a bit slow, there's quite a bit of a delay between the node being dragged and the draggingDom. Any idea for improvements here?

rohan-deshpande avatar Oct 08 '15 03:10 rohan-deshpande

On from this, I've noticed that in my implementation, when dragging up, the draggingDom seems to go down first, it seems to be offset or something like that. I know I've changed a few things but did you notice anything like this ever happening in development? Maybe it's some kind of CSS or something that is wrong. Dragging down seems fine, it only happens when dragging up.

Edit Okay have solved this, don't put any margin-bottom on .m-node .inner it will really screw things up.

rohan-deshpande avatar Oct 13 '15 04:10 rohan-deshpande