-
Notifications
You must be signed in to change notification settings - Fork 352
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
Bug - Droppable - Empty Droppables do not receive Draggables #9749
Comments
bostrick
changed the title
Bug - [Component] - [short description]
Bug - [Droppable] - [Empty Droppables do not receive Draggables]
Oct 13, 2023
bostrick
changed the title
Bug - [Droppable] - [Empty Droppables do not receive Draggables]
Bug - Droppable - Empty Droppables do not receive Draggables
Oct 13, 2023
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Thanks all! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the problem
When a "Droppable", as found in the "Multilist Example", is empty, it does not receive a Draggable.
https://www.patternfly.org/components/drag-and-drop/react/multiple-lists
How do you reproduce the problem?
Open the above link, move all items from right hand list to left hand list, and then attempt to move an item back.
Expected behavior
A empty destination Droppable, if given a min-height, should receive a Draggable, but doesn't.
Is this issue blocking you?
I've implemented an ugly workaround by adding a placeholder if a list is empty, and stripping it if it is not.
Screenshots
What is your environment?
What is your product and what release date are you targeting?
Any other information?
The text was updated successfully, but these errors were encountered: