This repository has been archived by the owner on May 1, 2024. It is now read-only.
[Bug][iOS] If CollectionView in other Tab gets changed before it's displayed, it stays invisible #7700
Labels
a/collectionview
blocker
Issue blocks next stable release. Prioritize fixing and reviewing this issue.
e/2 🕑
2
i/high
Completely doesn't work, crashes, or is unusably slow, has no obvious workaround; occurs less often
in-progress
This issue has an associated pull request that may resolve it!
p/iOS 🍎
t/bug 🐛
Milestone
Description
As the title says, if you have a CollectionView in some other Tab (in a TabbedPage, of course), and change it (add or remove something) before displaying the page, the CollectionView doesn't get rendered when the page is displayed.
Steps to Reproduce
On the repro project:
Expected Behavior
The CollectionView appears with the modifications made on the first tab.
Actual Behavior
The CollectionView gets modified but it doesn't get rendered when the tab is displayed.
Basic Information
Screenshots
Second tab if changed before being displayed:
Second tab if displayed before being changed:
Reproduction Link
CVIssue.zip
The text was updated successfully, but these errors were encountered: