Search and Top Navigation
#14946 new bug ()
Opened April 11, 2016 09:04PM UTC
Last modified April 11, 2016 09:07PM UTC
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'
I guess problem reproduced if you have no spacing between divs.