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

Regression: Unable to scroll settings with mouse wheel #18410

Open
fredemmott opened this issue Jan 8, 2025 · 6 comments
Open

Regression: Unable to scroll settings with mouse wheel #18410

fredemmott opened this issue Jan 8, 2025 · 6 comments
Labels
Issue-Bug It either shouldn't be doing this or needs an investigation. Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting

Comments

@fredemmott
Copy link

Windows Terminal version

1.21.3231.0

Windows build number

10.0.22631.4602

Other Software

No response

Steps to reproduce

  1. Open settings
  2. Go to a page with a scroll bar, such as 'Profiles' -> 'defaults' -> 'appearance'
  3. Attempt to scroll with scroll wheel

Expected Behavior

Settings list scrolls

Actual Behavior

Either:

  • nothing
  • if 'appearance' is open, sometimes the scroll wheel changes the color scheme, even if the color scheme combo box has never been focussed, and even if the mouse is over it
@fredemmott fredemmott added Issue-Bug It either shouldn't be doing this or needs an investigation. Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting labels Jan 8, 2025
Copy link

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.

Note: You can give me feedback by 👍 or 👎 this comment.

@fredemmott fredemmott changed the title Unable to scroll settings with mouse wheel Regression: Unable to scroll settings with mouse wheel Jan 8, 2025
@fredemmott
Copy link
Author

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'.

microsoft/microsoft-ui-xaml#9979

@fredemmott
Copy link
Author

fredemmott commented Jan 8, 2025

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

@fredemmott
Copy link
Author

Worked around by turning on this windows setting: Image

@DHowett
Copy link
Member

DHowett commented Jan 8, 2025

Most likely it is the regression introduced in WinUI3 v1.6

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.

@fredemmott
Copy link
Author

Sorry for the misleading comments then :) Interesting that the same workaround works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug It either shouldn't be doing this or needs an investigation. Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting
Projects
None yet
Development

No branches or pull requests

2 participants