mcm-ham / dragsort

jQuery List DragSort
3 stars 1 forks source link

Cursor does not change back from "pointer" to default #6

Open mcm-ham opened 6 years ago

mcm-ham commented 6 years ago

Expected behavior (works in FF, not in IE):

Mouse-over: hand/pointer cursor Move: move cursor Drop: hand/pointer

Mouse-out: no specified cursor (reacts with other elements naturally)

  Current behavior:

Mouse-over: hand/pointer cursor Move: move cursor Drop: hand/pointer

Mouse-out: hand/pointer (until user clicks somewhere, or a JS alert is triggered)

  Note: using .blur() and .focus() on these and other page elements doesn't seem to make a difference. Tested using example (0.4.3) code, no modifications.

This work item was migrated from CodePlex

CodePlex work item ID: '31290' Vote count: '1'

mcm-ham commented 6 years ago

[Invader_Zim@16/10/2011] Upon further investigation, it was revealed that this was caused by the dragged element being inserted back into the list via the ".before()" method.

mcm-ham commented 6 years ago

[mcm_ham@25/02/2012] This is not something I am able to reproduce. What version of IE are you using?

Apologies for the very long delay in responding. For some reason I'm not getting notified when people file issues but am when they post in the discussion area.

mcm-ham commented 6 years ago

[mcm_ham@25/02/2012] Also is this something you're reproducing with example.html that's bundled with dragsort?

mcm-ham commented 6 years ago

[Invader_Zim@23/04/2012] Doesn't seem to occur with the latest library.