dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
21.99k stars 1.72k forks source link

[Catalyst] GroupHeaderTemplate on CollectionView appears to be causing an infinite layout loop #6566

Open PureWeen opened 2 years ago

PureWeen commented 2 years ago

If you remove the following from the CollectionView from the podcast app

https://github.com/microsoft/dotnet-podcasts/blob/main/src/Mobile/Pages/DiscoverPage.xaml#L43-L49

Then it loads without any issues. You'll need to reach out to @maddymontaquila or @jamesmontemagno for the correct Config.cs settings to make the application run

PureWeen commented 2 years ago

Related Forms issue https://github.com/xamarin/Xamarin.Forms/issues/15230

ghost commented 2 years ago

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

homeyf commented 9 months ago

Verified this issue with VSM 17.6.7 (build 417). Can repro this issue. Related Forms issue https://github.com/xamarin/Xamarin.Forms/issues/15230 also can repro. image