-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 and drop leads to crash #6684
Comments
Debugging the error, seems to be a bug from WinUI: microsoft/microsoft-ui-xaml#4574 @Redth Could we share this issue with the Windows team in an upcoming meeting? |
Hi @fgma. 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. |
Do you need more feedback or can I ignore the bot? |
@codendone does this sound familiar to you? |
Repro on Windows with vs main build[32510.390.main] |
This is a known issue currently with WinUI Here's a repro #6080 |
Description
I've added some entries to a ListView and enabled drag and drop on the ListView. When dragging one of the items around on the window the application crashes quite often after some time. Sometimes it takes a few seconds of moving around on the window, sometimes it won"t crash.
Problem existed already in last RC and is still there in latest RC.
Steps to Reproduce
Run the sample project on windows:
DragAndDropCrashArchive.zip
Drag one of the items in the ListView around on the window. Wait for a crash.
Repeat if it didn't crash after a few seconds.
Version with bug
Release Candidate 2 (current)
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
Windows 10
Did you find any workaround?
no workaround found
Relevant log output
No response
The text was updated successfully, but these errors were encountered: