-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
Regression: Unable to scroll settings with mouse wheel #18410
Comments
We've found some similar issues:
If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.
|
It is a similar one, but it is a new regression; Most likely it is the regression introduced in WinUI3 v1.6, which also affects all other WinUI3 apps, including the WinUI 3 Gallery - however my report there has essentially been closed as 'works on my machine'. |
Interestingly, scrolling in actual terminal tabs works fine - it's just the settings page. It looks like the terminal tabs have their own WM_MOUSEWHEEL handing here, rather than depending on WinUI3: src/terminal/input/mouseInput.cpp |
Unfortunately, the trick here is that Terminal is not using WinUI 3. The only version of WinUI we use is the one that comes with the OS. |
Sorry for the misleading comments then :) Interesting that the same workaround works |
Windows Terminal version
1.21.3231.0
Windows build number
10.0.22631.4602
Other Software
No response
Steps to reproduce
Expected Behavior
Settings list scrolls
Actual Behavior
Either:
The text was updated successfully, but these errors were encountered: