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

[Bug] [Android] Same value is set on editors of same list. #9693

Open
sebcaron opened this issue Feb 24, 2020 · 1 comment
Open

[Bug] [Android] Same value is set on editors of same list. #9693

sebcaron opened this issue Feb 24, 2020 · 1 comment
Labels
a/listview Problems with the ListView/TableView p/Android t/bug 🐛 up-for-grabs We welcome community contributions to any issue, but these might be a good place to start!
Projects

Comments

@sebcaron
Copy link

Description

Seems on happen only on android.

  • When I set a value to an editor, the same value is also set on other editor of the listview, when you scrolldown.

Steps to Reproduce

  1. Create a listview
  2. Set a custom DataTemplate
  3. Create dynamic editors on the DataTemplate
  4. Set a Behavior to the editors : editor MUST have custom Keyboard, or bug wont appear.

Expected Behavior

Value is set only on the editor i am filling

Actual Behavior

Value set on multiples editors

Basic Information

  • IDE: Visual Studio 2019 16.4.5
  • Xamarin.Android SDK : 10.1.4.0
  • Xamarin.Forms : 4.4.0.991640
  • Android Support Library Version: 28.2

Screenshots

https://streamable.com/998ql

Reproduction Link

https://we.tl/t-PL89EWSP6X

@sebcaron sebcaron 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/listview Problems with the ListView/TableView p/Android labels Feb 25, 2020
@jsuarezruiz
Copy link
Contributor

I reproduce the problem on Android using Xamarin.Forms 4.3-4.6. It does not happen on iOS.

@jsuarezruiz jsuarezruiz moved this from New to Needs Estimate in Triage Feb 25, 2020
@jsuarezruiz jsuarezruiz added a/layout and removed s/unverified New report that has yet to be verified a/layout labels Feb 25, 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/listview Problems with the ListView/TableView p/Android t/bug 🐛 up-for-grabs We welcome community contributions to any issue, but these might be a good place to start!
Projects
Triage
  
Needs Estimate
Development

No branches or pull requests

3 participants