ScrollViewer
weirdly propagates its TemplatedParent
to its Content
#3762
Labels
area/scrollviewer ⏬
Categorizes an issue or PR as relevant to ScrollViewer
difficulty/medium 🤔
Categorizes an issue for which the difficulty level is reachable with a good understanding of WinUI
kind/bug
Something isn't working
platform/ios 🍎
Categorizes an issue or PR as relevant to the iOS platform
project/input ⌨️
Categorizes an issue or PR as relevant to input (Button, CheckBox, Toggle, Scroll, Map, Numeric,...)
triage/potentially-fixed
Categorizes an issue as potentially fixed by some unlinked PR, fix needs to be verified
Current behavior
The
ScrollViewer
explicitly override theTemplatedParent
of itsContent
in theApplyScrollContentPresenterContent
method.If we remove this method, we might have a cyclic UI on iOS
Expected behavior
No patch
How to reproduce it (as minimally and precisely as possible)
Cf. linked bugs of #3738 and #3763 (When starting the Gallery project at commit 932e368, the app is stuck on the splashscreen on iOS)
Environment
Nuget Package: Uno.UI
Package Version(s): 3.0
Affected platform(s):
The text was updated successfully, but these errors were encountered: