Titanium JIRA Archive
Alloy (ALOY)

[ALOY-1172] Properties test sample: Collection view doesn't update after adding first item on Android

GitHub Issuen/a
TypeBug
PriorityMedium
StatusResolved
ResolutionFixed
Resolution Date2014-10-29T13:57:55.000+0000
Affected Version/sn/a
Fix Version/sAlloy 1.7.0
ComponentsSamples & Templates
Labelsn/a
ReporterTim Statler
AssigneeFeon Sua Xin Miao
Created2014-10-20T14:18:56.000+0000
Updated2014-10-29T13:57:55.000+0000

Description

Steps: 1. Create an Alloy application from the [models/properties](https://github.com/appcelerator/alloy/tree/master/test/apps/models/properties) sample. 2. Build, run on Android. 3. Click Collections tab. 4. Enter text in input and click add/+ buttton. Results: New item doesn't appear in TableView. Expected: Item appears in tableview. Subsequent items added to the collection appear in the TableView, it's just the first one that doesn't. Works as expected on iOS (sim).

Comments

  1. Feon Sua Xin Miao 2014-10-29

    PR: https://github.com/appcelerator/alloy/pull/615 Function test: 1. Run the the models/properties sample on Android 2. Click Collections tab 3. Enter text in input and click add/+ buttton 4. New item should appear in TableView
  2. Tim Poulsen 2014-10-29

    Works as expected, PR merged

JSON Source