You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
Result: Crash
Version Info
NuGet package version: WinUI 3 - Project Reunion 0.5: 0.5.0
Windows app type:
Additional context
The text was updated successfully, but these errors were encountered: