[TIMOB-1684] Android: Unable to Set Initial Tab in Tabgroup
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:56:52.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.5.0 |
Components | Android |
Labels | android, defect |
Reporter | Don Thorp |
Assignee | Don Thorp |
Created | 2011-04-15T02:59:20.000+0000 |
Updated | 2011-04-17T01:56:52.000+0000 |
Description
Using the activeTab
creation property or
setActiveTab
method should allow setting a different
starting tab than 0.
Comments
- Don Thorp 2011-04-15
(from [cd5ffcc58df7b50f1eed7ba381a59ffe43841ba4]) [#1684 state:fixed-in-qa] added support for setting initial tab through activeTab creation property and setActiveTab method. KitchenSink only test the method using an index. It doesn't test by tab object or creation property. http://github.com/appcelerator/titanium_mobile/commit/cd5ffcc58df7b50f1eed7ba381a59ffe43841ba4"> http://github.com/appcelerator/titanium_mobile/commit/cd5ffcc58df7b...
- Thomas Huelbert 2011-04-15
verified. I believe KS has tab object test at baseUI>tabgroups.