-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Touch scrolling in menus broken in 11.0.5+ #15288
Comments
I suggest to test also 11.1 beta. |
Still broken in 11.1.0-beta1 unfortunately. |
From what I can gather, the issue is that |
I can confirm that with build It's still not possible to do this in Simple theme, nor is it possible to interact with the menu's scrollbar via touch, but I don't think these are regressions. |
Describe the bug
In Avalonia 11.0.4 and earlier, using the Fluent theme, if you had a menu with enough items to require scrolling, you could scroll the menu with touch by swiping up and down. This is no longer the case in 11.0.5 and later (and was never the case with Simple theme). Furthermore, interaction with the scroll bar via touch seems to be broken, so no way to scroll at all on a tablet.
To Reproduce
Create a new Avalonia .NET app with:
MainWindow.xaml
Expected behavior
It should be possible to scroll menus using touch, in both the Fluent and Simple themes, without requiring a mouse or keyboard. Ideally this should be possible by swiping up and down. It should also be possible by dragging the scroll bar (if shown) or tapping the scroll buttons.
Avalonia version
11.0.10
OS
Windows
Additional context
I looked at changes between 11.0.4 and 11.0.5 but wasn't able to identify what caused this.
The text was updated successfully, but these errors were encountered: