topalbu / android-binding

Automatically exported from code.google.com/p/android-binding
0 stars 0 forks source link

Binding to a Command inside an ArrayListObservable causes spontaneous reordering #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1. Bind a ListView to an ArrayListObservable.
2. Make sure the view model of the list item contains a Command field.
3. In the itemTemplate, bind one of the views to the Command using 
binding:onClick.
4. Now gradually add items to the end of the array list (I added two new items 
every few seconds). While items are added, once in a while you'll see that the 
first items in the list get reordered without any reason.

I'm using v0.6 preview.

Original issue reported on code.google.com by ilya.ko...@gmail.com on 30 Jan 2013 at 7:03