gantt icon indicating copy to clipboard operation
gantt copied to clipboard

Drag is choppy in firefox

Open jcjobin opened this issue 5 years ago • 2 comments

Firefox 66.0.5 seems to have problems with dragging a task.

Not entirely sure what is causing the issue. But the demo does not have this problem in Firefox. The same local project works fine in Chrome.

drag_problem_firefox

jcjobin avatar May 17 '19 14:05 jcjobin

Just search for offsetX and offsetY and replace it with clientX and clientY.

WurstMitBrot avatar Jun 05 '19 12:06 WurstMitBrot

Just search for offsetX and offsetY and replace it with clientX and clientY.

Took me a while to come across this again. Why was it ever offsetX/Y in the first place? Thanks though!

jcjobin avatar Jul 02 '19 13:07 jcjobin