[ALOY-1172] Properties test sample: Collection view doesn't update after adding first item on Android
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2014-10-29T13:57:55.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Alloy 1.7.0 |
Components | Samples & Templates |
Labels | n/a |
Reporter | Tim Statler |
Assignee | Feon Sua Xin Miao |
Created | 2014-10-20T14:18:56.000+0000 |
Updated | 2014-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
- 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 - Tim Poulsen 2014-10-29 Works as expected, PR merged