JQuery Drag/Drop problem: mousemove Event not binding for some elements?

It appears the draggable's helper element is eating the mouse move events. If the cursor is over the helper the container underneath will not receive mousemove events.

It appears the draggable's helper element is eating the mouse move events. If the cursor is over the helper the container underneath will not receive mousemove events. Try to position the helper offset from the cursor so the cursor never has the helper element directly underneath it.

You can do this with draggable's cursorAt option: draggable({ cursorAt: { top: 5, left: 5 } }).

I'm going to mark this as the answer, even though it's been > 24 months since I asked and now have absolutely NO IDEA why I needed this. – saturdayplace Nov 15 at 18:32 :) Thanks. I had a similar issue and figured this probably fixes it and explains the intermittent behavior you were noticing (for example, the mouse moving faster than the drag helper, causing some mouse move events before the helper catches up to the mouse).

– Max Nov 15 at 19:17.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions