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.06k stars 735 forks source link

[WASM] Clipped images in ScrollViewers are treated as if they had the full height when calculating the scrollable dimensions #18788

Open ramezgerges opened 2 weeks ago

ramezgerges commented 2 weeks ago

Current behavior

image

Expected behavior

You shouldn't be able to scroll past the clipped image.

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

No response

Workaround

No response

Works on UWP/WinUI

None

Environment

No response

NuGet package version(s)

No response

Affected platforms

No response

IDE

No response

IDE version

No response

Relevant plugins

No response

Anything else we need to know?

No response

ramezgerges commented 2 weeks ago

Note: this is unrelated to the regression fixed by https://github.com/unoplatform/uno/pull/18787. This one is present even before the problematic PR