-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: Fixed issues with drag & drop from Files to other apps #10949
Conversation
Fixes #10171? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Mmm it looks like this fixed drag&drop to some apps (WhatsApp, Unigram, Visual Studio) but breaks others (Edge, WordPad). And both fail to drag&drop to notepad or xshell (#10171). |
What do we need to fix this issue? |
I'm stumped. Couple more things I'm gonna try but might take some time. Best to revert this for now on stable anyway. |
Resolved / Related Issues
Items resolved / related issues by this PR.
This PR should solve the issues we have when dragging items from Files to other apps. This should e.g work for UWP apps, the inbox Mail app, File explorer & other win32 apps.
Note: it references System.Windows.Forms, it's not mandatory but it makes things much simpler. If this works we can worry about removing all references to it later.
Validation
How did you test these changes?