[BUG] dragAndDrop is not working with react-beautiful-dnd
See original GitHub issueContext:
- Playwright Version: 1.18.1
- Operating System: Mac
- Node.js version: 14
- Browser: Desktop Electron App (Electron version 13)
- Extra: Maybe issue is with this library - react-beautiful-dnd
Code Snippet
Help us help you! Put down a short code snippet that illustrates your bug and that we can run and debug locally. For example:
await page.dragAndDrop(`#Test123`, `#test124`)
Describe the bug Element is not dropped at the target location, but I do see some kind of fluctuation at source element. See attached video for reference.
Issue Analytics
- State:
- Created a year ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Issues · atlassian/react-beautiful-dnd - GitHub
Beautiful and accessible drag and drop for lists with React - Issues ... Error while testing a component that uses React Beautiful DnD...
Read more >How to implement drag and drop in React with React DnD
All elements that are draggable and droppable need to be enclosed inside React DnD's context provider, which is used for initializing and also ......
Read more >reactjs - React props being mutated before setState called ...
A couple things I tried: smacking key everywhere and making them unique, in case this is a DnD problem; making copies of the...
Read more >Troubleshooting - React DnD - GitHub Pages
This page is dedicated to the problems you might bump into while using React DnD. Could not find the drag and drop manager...
Read more >react-beautiful-dnd/README.md - UNPKG
**. Within that subset of functionality react-beautiful-dnd offers a powerful, natural and beautiful drag and drop experience. However, it does not provide the ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
For those who might search for this… I have a working solution… keep in mind that you mind need to make adjustments in X and Y coordinates depending on your needs.
You beauty