Search and Top Navigation
#7637 closed bug (duplicate)
Opened August 14, 2011 05:39PM UTC
Closed August 15, 2011 12:14PM UTC
Last modified August 15, 2011 12:14PM UTC
Droppable always picks first droppable
Reported by: | kevinpeno | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.droppable | Version: | 1.8.15 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When determining if the droppable meets criteria, the system doesn't check: z-index, position, or if the droppable is even in view (such as in a case where a div with droppables flows under a side bar, that is position absolute; that contains droppables). In all cases, the first one meeting tolerance (in order of appearance in the DOM) wins.
A super simple example: http://jsfiddle.net/TK5gu/
I can provide a more "real" test case that shows a real world need for this fix in necessary. This is kind of a blocker for me, so I'll need to find a workaround. I'll post back if I can find something.