hi,
Im doing drag and drop between table row and cell.In Internet explorer (ie 8,10) no problem on firefox.Im getting scroll bars due my droppable table size is big.if i try to drag rows the problem is dragged row content away from mosue pointer.
Clearly dragged content away from mouse pointer(cursor). i think horizontal scroll bar position size is applying between mouse pointer (cursor) and content.
Please view the attachment image.
How to rectify this and any solution available for this scenario.?
Thanks Advance
EDITED:
I commented this option on draggable function.
cursorAt :{ left:0,top: 4},
But between draggable content and mouse cursor have space.I expecting draggable content near to the cursor.Is any other way?