-
Notifications
You must be signed in to change notification settings - Fork 837
Open
Labels
area/skia ✏️Categorizes an issue or PR as relevant to SkiaCategorizes an issue or PR as relevant to Skiakind/bugSomething isn't workingSomething isn't workingplatform/wasm 🌐Categorizes an issue or PR as relevant to the WebAssembly platformCategorizes an issue or PR as relevant to the WebAssembly platform
Description
Current behavior
When using the ScrollViewer on a WASM or Desktop (tested on Windows only) platform, horizontal scrolling via the mouse wheel is not functioning as expected. It works on WinAppSdk.
Expected behavior
Horizontal scrolling should work when using the mouse wheel to navigate horizontally within the ScrollViewer (if the content overflows horizontally).
How to reproduce it (as minimally and precisely as possible)
Repro app: UnoApp5.zip
- Add a
ScrollViewerelement with horizontal content (e.g., a horizontally scrollingItemsRepeateror other horizontally overflowing content). - Use the mouse wheel to attempt horizontal scrolling.
- Notice that the horizontal scroll does not occur, even though the vertical scroll works as intended.
Workaround
None
Works on UWP/WinUI
Yes
Environment
Uno.WinUI / Uno.WinUI.WebAssembly / Uno.WinUI.Skia
NuGet package version(s)
Uno.Sdk: 5.7.0-dev.120
Affected platforms
- WASM
- Desktop
IDE
Visual Studio 2022
IDE version
17.12.4
Metadata
Metadata
Assignees
Labels
area/skia ✏️Categorizes an issue or PR as relevant to SkiaCategorizes an issue or PR as relevant to Skiakind/bugSomething isn't workingSomething isn't workingplatform/wasm 🌐Categorizes an issue or PR as relevant to the WebAssembly platformCategorizes an issue or PR as relevant to the WebAssembly platform