You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2017. It is now read-only.
What steps will reproduce the problem?
1. create two drop targets with z-index so that they overlap
2. drop a draggable over
What is the expected output? What do you see instead?
The draggable should drop into the topmost one.
It drop instead on the bottom one.
This is becouse the library chose "the deepest DOM descendant drop target".
Here's my patch.
It simply order the drop targets considering the z-index.
(disabled by default)
Original issue reported on code.google.com by lelmarir on 29 Apr 2013 at 12:30
Original issue reported on code.google.com by
lelmarir
on 29 Apr 2013 at 12:30Attachments:
The text was updated successfully, but these errors were encountered: