You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Putting an Editor inside CollectionView.ItemTemplate while having a footer in the CollectionView, will scroll the content inside Editor when tapping to get focus on it. However, ONLY if the CollectionView has a footer.
Description
Putting an Editor inside CollectionView.ItemTemplate while having a footer in the CollectionView, will scroll the content inside Editor when tapping to get focus on it. However, ONLY if the CollectionView has a footer.
Steps to Reproduce
Link to public reproduction project repository
https://github.com/Vetle444/MauiTestApp/tree/editorScrollInCollectionView
Version with bug
9.0.10 SR1 and later. Haven't tested .NET 8
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 17.5 and later, haven't tested others
Did you find any workaround?
Removing Footer, and having a Grid as root, placing a 'footer' with VerticalOptions=End, and CollectionView with VerticalOptions=Fill
Relevant log output
The text was updated successfully, but these errors were encountered: