maui icon indicating copy to clipboard operation
maui copied to clipboard

Drag-and-drop problem

Open sunnamed434 opened this issue 1 year ago • 5 comments

Description

First of all, drag-and-drop absolutely is not working, there is a problem with default Maui blazor NavMenu, when Im trying to hold the selected item in navmenu Im getting this problem which Im showing on video, full app is stuck and become too laggy

Small video that describes this: Google Disk video

Steps to Reproduce

  1. Hold item in NavMenu (drag-and-drop)
  2. Start moving mouse
  3. Try to click somewhere or move app window position
  4. Reproduced

Link to public reproduction project repository

https://github.com/sunnamed434/BitMono/tree/main/BitMono/BitMono.GUI

Version with bug

6.0.400

Last version that worked well

Unknown/Other

Affected platforms

Windows

Affected platform versions

Windows 11

Did you find any workaround?

No

Relevant log output

No response

sunnamed434 avatar Oct 15 '22 11:10 sunnamed434

I'm not sure what you're trying to achieve here, could you please explain in more detail?

The webview content you are trying to drag and drop is not by default drag and drop enabled to do anything, so this is expected.

Redth avatar Oct 18 '22 19:10 Redth

Hi @sunnamed434. We have added the "s/needs-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.

msftbot[bot] avatar Oct 18 '22 19:10 msftbot[bot]

Hi @sunnamed434. We have added the "s/needs-repro" label to this issue, which indicates that we require steps and sample code to reproduce the issue before we can take further action. Please try to create a minimal sample project/solution or code samples which reproduce the issue, ideally as a GitHub repo that we can clone. See more details about creating repros here: https://github.com/dotnet/maui/blob/main/.github/repro.md

This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.

msftbot[bot] avatar Oct 18 '22 19:10 msftbot[bot]

I'm not sure what you're trying to achieve here, could you please explain in more detail?

The webview content you are trying to drag and drop is not by default drag and drop enabled to do anything, so this is expected.

As I show in video when Im trying to drag-and-drop something in application it freezes I cant even interact with it after that

sunnamed434 avatar Oct 22 '22 08:10 sunnamed434

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.

msftbot[bot] avatar Oct 26 '22 18:10 msftbot[bot]

Potentially related: https://github.com/dotnet/maui/issues/7390

mkArtakMSFT avatar Nov 03 '22 17:11 mkArtakMSFT