Inner div inside an outer rotated div does not follow mouse in case dragging with jQuery UI

后端 未结 6 783
温柔的废话
温柔的废话 2021-02-07 05:04

I have an inner div inside an outer div. The inner div is draggable and outer is rotated through 40 degree. This is a test case. In an actual case it could be any angle. There i

6条回答
  •  粉色の甜心
    2021-02-07 06:05

    It seems to me that if you do not rotate the div, the div exactly follows the mouse. This might be a problem with the plugin..maybe you could simulate the draggable function corretly?

提交回复
热议问题