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

[Bug] CollectionView doesn't reflect changes in an ObservableCollection itself #6126

Closed
b-straub opened this issue May 8, 2019 · 1 comment
Labels
a/collectionview s/unverified New report that has yet to be verified t/bug 🐛

Comments

@b-straub
Copy link

b-straub commented May 8, 2019

Description

CollectionView doesn't reflect changes for the ObservableCollection itself, whereas changes in the content are reflected.

Steps to Reproduce

Run the attached sample project from either iOS simulator or device.
Tap on a row, CollectionView does update.
Tap on clear, CollectionView doesn't update.

Both the items and the collection are implementing the INotifyPropertyChanged interface.

  • Version with issue:
    4.0.0 Pre Release 10
  • IDE:
    VS Mac
  • Platform Target Frameworks:
    • iOS: 12.2
  • Nuget Packages:
    4.0.0 Pre Release 10
  • Affected Devices:
    All

Screenshots

Reproduction Link

CollectionViewChallenge

@b-straub b-straub added s/unverified New report that has yet to be verified t/bug 🐛 labels May 8, 2019
@b-straub b-straub changed the title [Bug] CollectionView doesn't reflect changes in a ObservableCollection itself [Bug] CollectionView doesn't reflect changes in an ObservableCollection itself May 8, 2019
@hartez
Copy link
Contributor

hartez commented May 15, 2019

This is fixed by PR #6089.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a/collectionview s/unverified New report that has yet to be verified t/bug 🐛
Projects
None yet
Development

No branches or pull requests

3 participants