Skip to main content

Search and Top Navigation

#9766 open bug ()

Opened January 22, 2014 10:41PM UTC

Last modified January 23, 2014 01:29PM UTC

Droppable: leaving a greedy child fails to check if parent intersects

Reported by: benth Owned by:
Priority: minor Milestone: none
Component: ui.droppable Version: git (not yet released)
Keywords: Cc:
Blocked by: Blocking:
Description

When leaving a greedy child, the parent droppable will receive an over event even if the draggable doesn't intersect.

For an example, see: http://jsfiddle.net/Y9BV9/1/

The blue draggable is too tall to ever intersect the red droppable with tolerance 'fit', but will intersect the green greedy child with tolerance 'pointer'. However, if you drag the blue draggable into the green droppable and then out, the red parent will get an over event on the way out of the green child.

Attachments (0)
Change History (1)

Changed January 23, 2014 01:29PM UTC by tj.vantoll comment:1

status: newopen