You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did it work in any of the earlier releases of .NET Core or .NET 5+?
This feature is new as of .NET 7.
Issue description
When dragging between different application instances, and when a drag image is specified, a remnant of the drag image is incorrectly left displayed due to what I believe is a possible oversight in the DropSource implementation. Note that this issue does not occur when dragging within the same application instance.
A video demonstrating the drag image remnant when dragging between different application instances.
DragImage_between_different_app_instances.mp4
A video demonstrating the drag image behavior when dragging within the same application instance.
DragImage_within_same_app_instance.mp4
Steps to reproduce
WinformsControlTest project -> DragDrop
See the video demonstrating the issue when dragging between different application instances.