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'

Change History (1)

comment:1 Changed 7 years ago by polishchuk1980

I guess problem reproduced if you have no spacing between divs.

Note: See TracTickets for help on using tickets.