w3c / webdriver

Remote control interface that enables introspection and control of user agents.
https://w3c.github.io/webdriver/
Other
676 stars 190 forks source link

Drag N Drop with React is not working #1715

Closed mkumail22 closed 1 year ago

mkumail22 commented 1 year ago

When we drag the image file it moves from it source but then unable to reach the destination (drop it )..

Example: Move it from one folder to another folder by DnD.

Browser: Chrome - Version 108.0.5359.125 (Official Build) (32-bit) Selenium.WebDriver.ChromeDriver" Version="108.0.5359.7100" Selenium.WebDriver" Version="4.4.0

Here is the example of our code that we are trying ..

image

This is UI where we are performing drag n drop in media library

MicrosoftTeams-image (3)

Please let me know if this issue can be resolved or if there is any workaround for this.. Need your help :-)

whimboo commented 1 year ago

This sounds like a dupe of #1488.