Bug report: Drag'n'drop with drag type order

When you are dragging item from list, and the cursor goes out of the list, and you release right mouse button, item is still attached to the cursor position, but then when you click, the item becomes invisible. This also happens on datatable (didn’t test it on other components).
You can see it here: http://docs.webix.com/samples/22_dnd/02_drag_order.html - in the right list click on an item, go under the list with cursor, release cursor and click on the list again.

It’s a known issue, the fix will be included in the upcoming release.

Problem is still present in version 4.2.1.

Hi,

In fact, drag-n-drop works correctly now.

There was a bug with dragging items out of the item area but still within the component’s body. For other situations, you should ensure that you drop items over document body.

If the document body is smaller than the viewport, you can adjust it with css:

html, body{ height:100% }

Please, check it in the snippet tool: http://webix.com/snippet/0fbbb065

And we will update our drag-n-drop related samples shortly.