Search and Top Navigation
#7776 closed bug (duplicate)
Opened October 09, 2011 07:05PM UTC
Closed October 10, 2011 11:51AM UTC
Last modified October 10, 2011 11:51AM UTC
Droppable: no support for z-index
Reported by: | draggable | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.droppable | Version: | 1.8.16 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Droppable does not support z-index in determining the front-most drop target.
Example:
- jsfiddle: http://jsfiddle.net/U2Z6z/2/
Try dragging "Drag" onto overlapping region of "Under" and "Over". Drop will happen on "Under" instead of "Over".
Greedy does not affect result.