Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MacOS - CollectionView with grouping + GridItemsLayout does not load. #6848

Open
migueBarrera opened this issue May 5, 2022 · 4 comments
Open
Labels
area-controls-collectionview CollectionView, CarouselView, IndicatorView platform/macOS 🍏 macOS / Mac Catalyst s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Milestone

Comments

@migueBarrera
Copy link

Description

In macOS, you can't group lists with GridItemLayout.
You can group and define items but not both at the same time.

Steps to Reproduce

  1. Create a CollectionView with grouping enable and GridItemsLayout:
    <CollectionView.ItemsLayout> <GridItemsLayout Orientation="Vertical" Span="{OnIdiom Phone=2, Tablet=3, Desktop=3, Default=3}" HorizontalItemSpacing="5" VerticalItemSpacing="5" /> </CollectionView.ItemsLayout>
  2. The list doest not load any item.
  3. If you uncomment GridItemLayout block or set IsGroupingEnabled to false, the list load correctly.

Reproduce:
testmaui.zip

Version with bug

Release Candidate 2 (current)

Last version that worked well

Unknown/Other

Affected platforms

macOS

Affected platform versions

Macos 12.3.1 M1

Did you find any workaround?

uncomment GridItemsLayout block or disable IsGroupingEnabled.

Relevant log output

No response

@migueBarrera migueBarrera added s/needs-verification Indicates that this issue needs initial verification before further triage will happen t/bug Something isn't working labels May 5, 2022
@jsuarezruiz jsuarezruiz added platform/macOS 🍏 macOS / Mac Catalyst area-controls-collectionview CollectionView, CarouselView, IndicatorView labels May 5, 2022
@Redth Redth added this to the 6.0.300-servicing milestone May 5, 2022
@Redth Redth added the p/1 Work that is critical for the release, but we could probably ship without label May 5, 2022
@jfversluis jfversluis removed the s/needs-verification Indicates that this issue needs initial verification before further triage will happen label May 6, 2022
@antborari
Copy link

Also iOS doesnt work
Testing iOS simulator 15.4

@kristinx0211 kristinx0211 added the s/verified Verified / Reproducible Issue ready for Engineering Triage label May 17, 2022
@kristinx0211
Copy link

verified repro on IOS 15.4 with above repro project, vs 17.3.0 Preview 2.0 [32516.434.main].

@samhouts samhouts removed the p/1 Work that is critical for the release, but we could probably ship without label Jul 20, 2022
@Redth Redth modified the milestones: 6.0-servicing, Backlog Aug 30, 2022
@ghost
Copy link

ghost commented Aug 30, 2022

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.

@samhouts samhouts removed the s/verified Verified / Reproducible Issue ready for Engineering Triage label Apr 5, 2023
@homeyf homeyf added the s/triaged Issue has been reviewed label May 4, 2023
@jinxinjuan jinxinjuan added the s/verified Verified / Reproducible Issue ready for Engineering Triage label May 8, 2023
@jinxinjuan
Copy link
Collaborator

verified repro on IOS 16.4 with sample project testmaui.zip, vs 17.6.0 Preview 6.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-controls-collectionview CollectionView, CarouselView, IndicatorView platform/macOS 🍏 macOS / Mac Catalyst s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

9 participants