Opened 7 years ago
Last modified 7 years ago
#14946 new bug
jqueryui droppable: over event triggered before out droppable
Reported by: | polishchuk1980 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.droppable | Version: | 1.11.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Duplicate for https://bugs.jqueryui.com/ticket/10708
Hi. I can reproduce this issue too. Please open following link: http://jsfiddle.net/pye8nkps/1/
Move first square over second one. Drop it. After it move the square from second to third and return it back to second without dropping. Do it quickly
You will see following:
over
over
out
over2
over
out2
'out2' should be before 'over'
Note: See
TracTickets for help on using
tickets.
I guess problem reproduced if you have no spacing between divs.