Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Src and Dst tables can't overlap #6

Closed
SteveFortune opened this issue Dec 16, 2013 · 1 comment
Closed

Src and Dst tables can't overlap #6

SteveFortune opened this issue Dec 16, 2013 · 1 comment
Labels

Comments

@SteveFortune
Copy link
Member

At the moment, if the frames of the source and destination tables overlap only items from the src table are draggable in the overlapping areas. This applies even if the dst container is on-top of the src in the view hierarchy.

SteveFortune added a commit that referenced this issue Sep 13, 2014
…added a note about drag 'priority' to the dev notes to start to consider how to deal with #6
@SteveFortune
Copy link
Member Author

Fixed in v2. If you have multiple intercepting collections registered with the drag arena the 'top most' collection will receive drags and drops. You can also dynamically specify which collection is considered the 'top most' via their order in a mutable ordered set in the drag arena.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant