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

How to properly handle dragging into a nested droppable? #1107

Closed
jdsmith2816 opened this issue Feb 12, 2019 · 1 comment
Closed

How to properly handle dragging into a nested droppable? #1107

jdsmith2816 opened this issue Feb 12, 2019 · 1 comment

Comments

@jdsmith2816
Copy link

jdsmith2816 commented Feb 12, 2019

Bug or feature request?

Draggable1 and Droppable2 are contained by Droppable1.
Droppable1 and Droppable2 are both valid targets for Draggable1.

I'm currently experiencing a behavior where a drag from above Droppable2 causes Droppable2 to bounce upwards and become displaced from the location rbdnd allows the drop.

This gif demonstrating the issue is probably worth about 5,000 of my words.

Do you have any advice on how to handle this properly?

If this is surprising un-seen before behavior then I will create an isolated demo on codesandbox that reproduces the issue.

Expected Behavior

I expect to be able to drop the draggable onto the droppable in it's current location.

What version of React are you using?

16.3.2

What version of react-beautiful-dnd are you running?

9.0.1 however this is reproducible using latest as well

What browser are you using?

Mac OSX Chrome Version 71.0.3578.98 (Official Build) (64-bit)

@jdsmith2816 jdsmith2816 changed the title bouncy nested droppables How to properly handle dragging into a nested droppable? Feb 13, 2019
@alexreardon
Copy link
Collaborator

Right now it is not possible to drag into different levels of droppable

Duplicate: #1001

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

No branches or pull requests

2 participants