[TIMOB-753] iPhone: Unable to to fetch order of tabs within a tabGroup
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-09-11T02:30:45.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 3.0.0 |
Components | iOS |
Labels | api, module_tabgroup, qe-review, qe-testadded |
Reporter | Jordan de Laune |
Assignee | Neeraj Gupta |
Created | 2011-04-15T02:35:43.000+0000 |
Updated | 2012-09-11T02:30:45.000+0000 |
Description
If a user re-arranges tabs via the edit button in the more window then you are unable to fetch the new order to return the app to the previous state on close.
tabGroup.tabs property is always in the order they were originally set.
Can I suggest we add an index property to Titanium.UI.Tab? Or maybe a property on Titanium.UI.TabGroup?
Bug Scrub: Valid. No test case exists
Tested with the iOS simulator using TiSDK 2.2.0v20120810194112 with TiStudio 2.1.1.201207271312, issue seems to be fixed. Here is the code that I used:
Verified on: SDK:2.2.0.v20120830182512 Studio:2.2.0.v20120830182512 Devices: iOS simulator, Android Emulator
Re-opening to edit label