JQuery UI draggable element leaves weird traces in Chrome JQuery UI draggable element leaves weird traces in Chrome google-chrome google-chrome

JQuery UI draggable element leaves weird traces in Chrome


Finally I have a working workaround .

Just using outline: 1px solid transparent; on the div fixes the problem :)

It's an anti-aliasing issue.