[ALOY-500] Fix models/binding_dashboard app after TIMOB-12606 is resolved
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-04-15T15:35:24.000+0000 |
Affected Version/s | Alloy 1.0.0 |
Fix Version/s | Alloy 1.4.0, 2014 Sprint 08 |
Components | Models, Runtime, Titanium SDK |
Labels | ios, qe-closed-3.3.0, qe-testadded |
Reporter | Tony Lukasavage |
Assignee | Tim Poulsen |
Created | 2013-02-06T17:41:06.000+0000 |
Updated | 2014-05-14T11:22:56.000+0000 |
PR: https://github.com/appcelerator/alloy/pull/351 Functional test: 1. Run the models/binding_dashboard project for iOS. Note that items are added to the Dashboard from the model. 2. Enter edit mode by clicking the button in the toolbar or by long-pressing on an item. 3. Drag to reorder items and/or delete an item 4. Click Done. Items retain their order. 5. Click an item with a badge number. The number is cleared. 6. Force-quit the app (cmd + H, then cmd+H twice and swipe up) then reopen app. Items are not appended to the Dashboard; only the original set are included. The items are in the order you set them and badge numbers you cleared remain cleared.
PR merged
Environment - Appc-Studio:3.3.0.201405121247 sdk:3.3.0.v20140513191712 acs:1.0.14 alloy:1.4.0-dev npm:1.3.2 titanium:3.3.0-dev titanium-code-processor:1.1.1 xcode:5.1.1 Device - iPhone5 (v7.1) Result - Followed the steps mentioned above. Its working as expected. Hence closing this issue.