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

Crash in ListView when scrolling with pen #4996

Closed
anawishnoff opened this issue May 11, 2021 · 0 comments
Closed

Crash in ListView when scrolling with pen #4996

anawishnoff opened this issue May 11, 2021 · 0 comments
Labels
product-winui3 WinUI 3 issues

Comments

@anawishnoff
Copy link
Contributor

Describe the bug

When scrolling the ListView sample in the WinUI 3 Controls Gallery with a pen, a crash occurs.

The crash results from an E_ACCESSDENIED return from the API used for touch and pen drag and drop. It's not clear why a drag and drop operation is being attempted in this repro -- I only scrolled with the pen; I didn't perform the touch and hold gesture to start a drag of the list view.

Consequently using drag and drop to re-order the list view with pen does work, it's just scrolling that causes this crash.

Steps to reproduce the bug

Repro Steps:

  1. Install and run latest WinUI 3 Controls Gallery
  2. Open the first ListView sample.
  3. Scroll the list view with a pen.

Result: Crash

Version Info

NuGet package version: WinUI 3 - Project Reunion 0.5: 0.5.0

Windows app type:

UWP Win32
Yes
Windows 10 version Saw the problem?
Insider Build (xxxxx)
October 2020 Update (19042) Yes
May 2020 Update (19041)
November 2019 Update (18363)
May 2019 Update (18362)
October 2018 Update (17763)
April 2018 Update (17134)
Fall Creators Update (16299)
Creators Update (15063)
Device form factor Saw the problem?
Desktop Yes
Xbox
Surface Hub
IoT

Additional context

@ghost ghost added the needs-triage Issue needs to be triaged by the area owners label May 11, 2021
@anawishnoff anawishnoff added fixed-in-Reunion0.8 fixed-internally This bug has been fixed, and the fix will be shipped in the next version of WinUI 3. and removed needs-triage Issue needs to be triaged by the area owners labels May 11, 2021
@krschau krschau added product-winui3 WinUI 3 issues and removed fixed-internally This bug has been fixed, and the fix will be shipped in the next version of WinUI 3. labels Jun 7, 2022
@krschau krschau closed this as completed Jun 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product-winui3 WinUI 3 issues
Projects
None yet
Development

No branches or pull requests

2 participants