Skip to content
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

Drag & drop between two windows of a single application #12510

Open
MartyIX opened this issue Jan 9, 2023 · 2 comments
Open

Drag & drop between two windows of a single application #12510

MartyIX opened this issue Jan 9, 2023 · 2 comments
Labels
area-gestures Gesture types platform/macOS 🍏 macOS / Mac Catalyst s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Milestone

Comments

@MartyIX
Copy link
Contributor

MartyIX commented Jan 9, 2023

Description

The test project tests Drag & Drop from one app's window to the other one. It works on Windows but it does not work on Mac Catalyst.

Is this a bug or not? Should it work on all platforms by default or not?

cc @drasticactions

Steps to Reproduce

Simple scenario

  1. Drag the image to the rectangle below.
  2. It should move to the rectangle.
  3. All good.

Advanced scenario

  1. Click the button to open a new window.
  2. Drag the image from the first window to the rectangle in the second window.

On Windows, I can see the image is dropped in the second window.

On macOS, I can't drop the image from the first window to the second window at all.

Link to public reproduction project repository

https://github.com/MartyIX/MauiAppDragAndDropBetweenWindows

Version with bug

7.0 (current)

Last version that worked well

Unknown/Other

Affected platforms

macOS

Affected platform versions

Apple M1 Ventura 13.1

Did you find any workaround?

No.

Relevant log output

No response

@MartyIX MartyIX added the t/bug Something isn't working label Jan 9, 2023
@jsuarezruiz jsuarezruiz added area-gestures Gesture types platform/macOS 🍏 macOS / Mac Catalyst labels Jan 9, 2023
@jsuarezruiz jsuarezruiz added this to the Backlog milestone Jan 9, 2023
@ghost
Copy link

ghost commented Jan 9, 2023

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

@Zhanglirong-Winnie Zhanglirong-Winnie added s/verified Verified / Reproducible Issue ready for Engineering Triage s/triaged Issue has been reviewed labels Jul 4, 2023
@Zhanglirong-Winnie
Copy link

Verified this issue with Visual Studio Enterprise 17.6 Preview(17.6.0.1569). Can repro on macOS platform with sample project.
MauiAppDragAndDrop.zip
12510

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-gestures Gesture types platform/macOS 🍏 macOS / Mac Catalyst s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants