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

[ListView] The app crash when try to use the right click during a reorder operation. #9647

Open
jtsilva13 opened this issue May 20, 2024 · 2 comments
Labels
area-Lists ListView, GridView, ListBox, etc bug Something isn't working team-Controls Issue for the Controls team

Comments

@jtsilva13
Copy link

Describe the bug

If user click on the right mouse button while draging the item for many times, the component freezes.

image

Steps to reproduce the bug

  1. Open an app with ListView with CanDragItems="True" CanReorderItems="True" AllowDrop="True"
  2. Click and drag a item
  3. While draging the item click with the right button from the mouse

Expected behavior

The component should not freeze.

Screenshots

image

NuGet package version

None

Windows version

Windows 11 (22H2): Build 22621

Additional context

No response

@jtsilva13 jtsilva13 added the bug Something isn't working label May 20, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the needs-triage Issue needs to be triaged by the area owners label May 20, 2024
Copy link

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one. Thank you!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

@codendone codendone added area-Lists ListView, GridView, ListBox, etc team-Controls Issue for the Controls team and removed needs-triage Issue needs to be triaged by the area owners labels Jun 6, 2024
@codendone
Copy link
Contributor

I can repro weirdness in the ListView and GridView samples in WinUI 3 Gallery. The ListView/GridView can get left in a state where it still has items dimmed (other than the one which was dragged) and doesn't entirely respond to mouse input anymore (some events still get through, but it is largely unresponsive).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Lists ListView, GridView, ListBox, etc bug Something isn't working team-Controls Issue for the Controls team
Projects
None yet
Development

No branches or pull requests

2 participants