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

The views in an Android ListView.HeaderTemplate receive null through bindings when changing the ListView.Header property #1924

Closed
2 of 11 tasks
jeanplevesque opened this issue Oct 21, 2019 · 0 comments
Labels
kind/bug Something isn't working platform/android 🤖 Categorizes an issue or PR as relevant to the Android platform

Comments

@jeanplevesque
Copy link
Contributor

Current behavior

  1. On Android, use ListView.Header and ListView.HeaderTemplate.
  2. Change the Header property (using a binding).
  3. Notice that bindings on views inside the HeaderTemplate are updated with a null value (followed by the correct value).

Expected behavior

No null should be received in bindings unless the Header property is set to null explicitly.

Environment

Nuget Package: Uno.UI

Package Version(s): 1.45

Affected platform(s):

  • iOS
  • Android
  • WebAssembly
  • WebAssembly renderers for Xamarin.Forms
  • Windows
  • Build tasks
  • Solution Templates

Visual Studio:

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

Relevant plugins:

  • Resharper (version: )

Anything else we need to know?

@jeanplevesque jeanplevesque added kind/bug Something isn't working triage/untriaged Indicates an issue requires triaging or verification labels Oct 21, 2019
@ghuntley ghuntley added platform/android 🤖 Categorizes an issue or PR as relevant to the Android platform and removed triage/untriaged Indicates an issue requires triaging or verification labels Oct 24, 2019
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/android 🤖 Categorizes an issue or PR as relevant to the Android platform
Projects
None yet
Development

No branches or pull requests

2 participants