dnd
dnd copied to clipboard
Beautiful and accessible drag and drop for lists with React.
### Description We ran into this issue where draggable children can be substantially larger than the scrolling parent and, to my surprise after digging into your source code, I noticed...
### Description I would like to discuss concerns the atlassian team may had to decided to not support granular combine control in the original library and whether we can bring...
If the rows are dynamic heights, the list will jump around a lot when you move items, especially if you move items across large distances (>50 items). Also its impossible...
I have a modal window in my project that features a drag-n-drop based component. It's basically a long list of items that can be re-ordered. The body of the modal...
### Steps to reproduce 1. Use firefox 2. Try any example, e.g. https://dnd.hellopangea.com/?path=/docs/examples-single-vertical-list--basic 3. You will see that the position of the currently dragged item is wrong Examples: ![Peek 2023-05-31...
Basically the title, When we have container elements that we would like to behave with a snap scrolling behaviour and we try to drag a draggable Component that is a...
### Expected behavior Restrict the drag component to move outside the container. Is there a way to restrict it in the container? ### Actual behavior The use can drag component...
### Description I'm using this library in a project that uses react-redux v7 (and we're not able to upgrade, at the moment). Because this project lists v8 in the dependancies,...
The file dev-warnings.ts contains the following line: ```typescript if (typeof window !== 'undefined' && window[isDisabledFlag]) { ``` which Typescript in my configuration does not accept, since the `isDisabledFlag` is not...
I'm carrying this issue over from the atlassian project because I'm experiencing it now and it's still an issue in the official storyboard: https://github.com/atlassian/react-beautiful-dnd/issues/1669 ### Expected behavior Scroll position of...