-
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.
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
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 |
Thanks for filing! Sounds like this may be a duplicate of #9340. Mind taking a look through the thread and seeing if it helps /? Looks like this was a proposed solution: #9340 (comment) |
I don't use that third party app, and can reproduce this on a clean Vm. |
I'm sorry, I think we got our wires crossed. This is a Windows platform limitation due to how WinUI 2 hosts XAML content in Win32 applications. It should reproduce in the roughly one other application ("perception simulation input", lives in system32) that uses WinUI 2 Islands. It looks like Facebook authored a workaround for this issue in React Native, but we're not likely to take it here in Terminal. The nitty gritty is that the input site XAML uses to collect input is neither focused nor active when the Terminal window is. |
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: