[TIMOB-27100] Android: TabGroup labels not displayed anymore (SDK 8.1.0+)
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2019-06-13T10:42:48.000+0000 |
Affected Version/s | Release 8.1.0 |
Fix Version/s | Release 8.1.0 |
Components | Android |
Labels | TabGroup, android, engSchedule, label, regression |
Reporter | Hans Knöchel |
Assignee | Joshua Quick |
Created | 2019-05-23T16:44:00.000+0000 |
Updated | 2019-09-17T21:48:31.000+0000 |
Description
On SDK 8.1.0+, our tab-group labels are not visible anymore. Reverting [this commit](https://github.com/appcelerator/titanium_mobile/commit/2653e9c8f2d62862f5742c61a9ff1607fd7e870b) locally fixed it for us.
I was able to reproduce the issue with 8.1.0.v20190524093319 on a generic tab group app. Switching to SDK 8.0.1.GA the tab group displays fine.
PR (master): https://github.com/appcelerator/titanium_mobile/pull/10928 PR (8.0.x): https://github.com/appcelerator/titanium_mobile/pull/10930 PR (8.1.x): https://github.com/appcelerator/titanium_mobile/pull/10935
FR Passed, waiting on Jenkins builds.
*Closing ticket* fix verified in SDK Version: 8.2.0.v20190612155743, 8.1.0.v20190612160220 and 8.0.2.v20190612075012 Test and other information can be found at: Master: https://github.com/appcelerator/titanium_mobile/pull/10950 8_0_X: https://github.com/appcelerator/titanium_mobile/pull/10956 8_1_X: https://github.com/appcelerator/titanium_mobile/pull/10957
In SDK 8.1.1GA tabs title are displayed but the property activeTabColor of Tab is ignored. In SDK 8.0.1 GA the property worked as expected.
Sorry, I mean... *activeTitleColor*