[TIMOB-11654] Android: Assigning to to "tabs" property of TabGroup does not work
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-11-13T02:21:49.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | Release 3.1.0, 2012 Sprint 23 API, 2012 Sprint 23 |
Components | Android |
Labels | module_tabgroup, qe-review, qe-testadded |
Reporter | Ping Wang |
Assignee | Ping Wang |
Created | 2012-11-02T17:42:55.000+0000 |
Updated | 2014-06-19T12:43:04.000+0000 |
Description
See the description in TIMOB-11434.
Steps for FR: 1. Run the test case in TIMOB-11434 for both old style tabgroup and action bar style tabgroup. Should see a tab group opens with tab1 and tab2. 2. Run the code below for both old style tabgroup and action bar style tabgroup. Should see a tab group opens with tab2 and tab3. After clicking the button "Add tab4", tab4 should be added to the tab group.
3. Run KS for sanity check.
PR: https://github.com/appcelerator/titanium_mobile/pull/3378
Tested with: SDK: 3.1.0.v20130110133402, 3.0.1.v20130109180643 Studio:3.0.1.201212181159 'tabs' property of TabGroup works perfectly.