[TIMOB-2071] Android: Wrong inital tab is loaded, and unexpected values when changing tabs
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:57:59.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.5.0 M05 |
Components | Android |
Labels | android, android_refactor, defect, regression, tab |
Reporter | Thomas Huelbert |
Assignee | Don Thorp |
Created | 2011-04-15T03:09:38.000+0000 |
Updated | 2011-04-17T01:57:59.000+0000 |
Description
g1 running 1.6 and the sim running 2.2 Ti Mobile sdk 1.5.0.02c264.
1.launch kitchen sink (first launch)
2.Tap platform tab and note the alert
results: KS opens to tab BaseUI be default, and tapping platform tab invoked: "chnaged to 0 old -1"
expected: open on tabGroup.setActiveTab(1); , changing tabs should refelect actual tab values
(from [1547d9941f20b4e8bd758d794b28e7a4f7f92501]) fire focus/blur events for tabs from TiUITabGroup instead of from View.onViewFocus (this solves the event creation chicken/egg problem) [#2071 state:fixed-in-qa] http://github.com/appcelerator/titanium_mobile/commit/1547d9941f20b4e8bd758d794b28e7a4f7f92501"> http://github.com/appcelerator/titanium_mobile/commit/1547d9941f20b...
1.5.0.62c1cae - the tab values are now appearing as expected when changing tabs - but the app opens to tab 0 by default. Tye script asks for
tabGroup.setActiveTab(1);
(from [1a7937305947647b7bdf370a265f834201a1760e]) [#2412 state:fixed-in-qa][#2071 state:fixed-in-qa] Merge branch 'master' of ssh.github.com:appcelerator/titanium_mobile
Applied patches from Opie.
https://github.com/appcelerator/titanium_mobile/commit/1a7937305947647b7bdf370a265f834201a1760e"> https://github.com/appcelerator/titanium_mobile/commit/1a7937305947...
Titanium SDK version: 1.5.0 (12/10/10 08:19 f37ab6c)