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

[iOS] [Android] Explicitly defined ListViewItem containers are incorrectly recycled #881

Closed
2 of 9 tasks
davidjohnoliver opened this issue May 22, 2019 · 1 comment
Closed
2 of 9 tasks
Labels
kind/bug Something isn't working platform/ios 🍎 Categorizes an issue or PR as relevant to the iOS platform

Comments

@davidjohnoliver
Copy link
Contributor

davidjohnoliver commented May 22, 2019

I'm submitting a...

Bug report (I searched for similar issues and did not find one)

Minimal reproduction of the problem with instructions

Populate a ListView with <ListViewItem/>s defined in XAML.

Scroll the list.

Current behavior

Content gets messed up because the list tries to recycle xaml-defined containers.

Expected behavior

Works correctly.

Environment

Nuget Package: Uno.UI

Package Version(s): 1.45.0-dev.1503

Affected platform(s):

  • iOS
  • Android
  • WebAssembly
  • Windows
  • Build tasks

Visual Studio

  • 2017 (version: )
  • 2019 (version: )
  • for Mac (version: )

Relevant plugins

  • Resharper (version: )
@ghuntley ghuntley added platform/ios 🍎 Categorizes an issue or PR as relevant to the iOS platform kind/bug Something isn't working labels May 22, 2019
@davidjohnoliver davidjohnoliver changed the title [iOS] Explicitly defined ListViewItem containers are incorrectly recycled [iOS] [Android] Explicitly defined ListViewItem containers are incorrectly recycled May 27, 2019
@davidjohnoliver
Copy link
Contributor Author

Fixed by #882 and #949

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working platform/ios 🍎 Categorizes an issue or PR as relevant to the iOS platform
Projects
None yet
Development

No branches or pull requests

2 participants