Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

collection view on iOS can not select duplicate items when grouping is enabled #9698

Open
JeffTobin opened this issue Feb 24, 2020 · 1 comment
Labels
a/collectionview e/3 🕒 3 excellent-report p/iOS 🍎 t/bug 🐛 up-for-grabs We welcome community contributions to any issue, but these might be a good place to start!

Comments

@JeffTobin
Copy link

JeffTobin commented Feb 24, 2020

Description

On iOS a collection view that has grouping enabled and contains data with repeated items, is unable to select any repeated item without multiple taps.

Steps to Reproduce

  1. Create a blank project containing a collection view with grouping enabled.
  2. bind an item source that is grouped and contains repeated values
  3. build and discover the problem first hand

Expected Behavior

repeated item should be selected uniquely, just like listview.

Actual Behavior

selecting a repeated item cause the list to jump and select the first occurrence of selected item.

Basic Information

  • tested with 4.3 - 4.5pre4
  • Last known good version: unknown
  • IDE: visual studio for Mac
  • Platform Target Frameworks:
    • iOS: 13.3
  • Affected Devices: all iOS devices on 13.3

Video

https://drive.google.com/open?id=1Q-VNg4TILQqbjBB2TgN02hW8wSO3O-db

Reproduction Link

https://drive.google.com/file/d/1IeAZTryFuf2I-cKtf75QT6AXiNyEOLz_/view?usp=sharing

Workaround

not known

@JeffTobin JeffTobin added s/unverified New report that has yet to be verified t/bug 🐛 labels Feb 24, 2020
@pauldipietro pauldipietro added this to New in Triage Feb 24, 2020
@jsuarezruiz jsuarezruiz added a/collectionview excellent-report p/iOS 🍎 e/3 🕒 3 and removed s/unverified New report that has yet to be verified labels Feb 25, 2020
@jsuarezruiz jsuarezruiz moved this from New to Ready For Work in Triage Feb 25, 2020
@jsuarezruiz
Copy link
Contributor

I can reproduce the issue problem. Tested on iOS 12 and 13 and Xamarin.Forms 4.4-4.6.

issue9698

@samhouts samhouts added this to To do in iOS Ready For Work Mar 2, 2020
@samhouts samhouts removed this from Ready For Work in Triage Mar 2, 2020
@samhouts samhouts added this to Backlog in CollectionView Mar 10, 2020
@samhouts samhouts added this to the 5.0.0 milestone Aug 13, 2020
@samhouts samhouts added this to To do in vNext+1 (5.0.0) Aug 14, 2020
@samhouts samhouts added inactive Issue is older than 6 months and needs to be retested help wanted We welcome community contributions to any issue, but these might be a good place to start! up-for-grabs We welcome community contributions to any issue, but these might be a good place to start! and removed inactive Issue is older than 6 months and needs to be retested help wanted We welcome community contributions to any issue, but these might be a good place to start! labels Sep 18, 2020
@samhouts samhouts removed this from the 5.0.0 milestone Nov 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a/collectionview e/3 🕒 3 excellent-report p/iOS 🍎 t/bug 🐛 up-for-grabs We welcome community contributions to any issue, but these might be a good place to start!
Projects
CollectionView
  
Review Backlog
Development

No branches or pull requests

3 participants