unoplatform / uno

Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
https://platform.uno
Apache License 2.0
9.03k stars 733 forks source link

[WASM] Pictures inside `ItemsRepeater` getting skewed #18865

Open eriklimakc opened 1 day ago

eriklimakc commented 1 day ago

Current behavior

In a narrow browser window containing an ItemsRepeater control with items that include pictures, horizontal scrolling causes some pictures to appear skewed.

https://github.com/user-attachments/assets/2be5e9b3-d8cf-4025-9711-f12aee956e85

Expected behavior

No response

How to reproduce it (as minimally and precisely as possible)

Repro app -> UnoApp5.zip

Workaround

No response

Works on UWP/WinUI

Yes

Environment

No response

NuGet package version(s)

{
  "msbuild-sdks": {
    "Uno.Sdk": "5.5.43"
  },
  "sdk":{
    "allowPrerelease": false
  }
}

Affected platforms

WebAssembly

IDE

Visual Studio 2022

IDE version

No response

Relevant plugins

No response

Anything else we need to know?

This issue appears to occur only when using at least two different images. If the same reproduction is attempted using a single image for all items, the bug does not manifest.