react-draggable icon indicating copy to clipboard operation
react-draggable copied to clipboard

Dragging is buggy for axis and offsetPosition

Open boris-brtan opened this issue 2 years ago • 0 comments

Description

  • If we have set axis to 'x | y | none' position is changed also for the axis that is not draggable at that moment.
    If we drag for example on X with Y axis set to 10px and after we enable also Y axis the position does not have the 10px but the one where we ended drag before.
  • if we have set offset position to the middle of the element and we start to drag on title element,
    the element jumps to -width/2 -height/2

Expected result

  • do not update not active axis while dragging and on dragEnd
  • do not jump the element under mouse cursor regardless the offsetPosition values

boris-brtan avatar Apr 10 '22 15:04 boris-brtan