Skip to content

A drag image remnant remains when dragging between different application instances #8903

@willibrandon

Description

@willibrandon

.NET version

.NET 7

Did it work in .NET Framework?

No

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions