microsoft / PowerToys

Windows system utilities to maximize productivity
MIT License
108.19k stars 6.39k forks source link

PowerToys Run: Cannot be scrolled using touch #33599

Open TGSAN opened 1 month ago

TGSAN commented 1 month ago

Microsoft PowerToys version

0.82.0

Installation method

PowerToys auto-update

Running as admin

Yes

Area(s) with issue?

PowerToys Run

Steps to reproduce

  1. Open PowerToys Run dialog.
  2. Scroll the list using the up or down swipe gesture on the touch screen.

✔️ Expected Behavior

It should be scrolled using touch input.

❌ Actual Behavior

It is not working.

Other Software

No response

github-actions[bot] commented 1 month ago

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 and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Closed similar issues:

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

TGSAN commented 1 month ago

I believe this is caused by a bug in the WPF UI library.

aquinn39 commented 1 month ago

Seems to be a duplicate of https://github.com/microsoft/PowerToys/issues/7528. The fix should be pretty simple - just need to set the ScrollViewer.PanningMode on the ScrollViewer.