Sebobo / Shel.Neos.CommandBar

A commandbar (CMK+K) for Neos CMS
MIT License
15 stars 2 forks source link

Drag & drop of dialog causes jumping behavior #37

Open Sebobo opened 1 year ago

Sebobo commented 1 year ago

Once dnd worked fine except a little flickering when the dragged clone disappeared and the original reappeared. But then it broke as suddenly the clientY values reported at the dragend event were suddenly incorrect. So I now use the drop event on the parent which provides the correct coordinates.

In safari it works fine now but in chrome the clone has some offset when start dragging, but I don't know how to influence that one. Probably some effect from another CSS thing.