[TIMOB-23880] Windows: Default classic app template does not show tabs
GitHub Issue | n/a |
Type | Bug |
Priority | None |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-10-06T15:37:44.000+0000 |
Affected Version/s | Release 6.0.0 |
Fix Version/s | Release 6.0.0 |
Components | Windows |
Labels | qe-6.0.0 |
Reporter | Ewan Harris |
Assignee | Kota Iguchi |
Created | 2016-09-08T16:49:59.000+0000 |
Updated | 2016-10-10T14:43:41.000+0000 |
Description
Description
When building the default app template for Windows platform the tabs are not visible, this is because on Windows the default text colour is white and the background colour is set to white.
Steps to reproduce
Create a new app with appc new --type titanium --classic
Build the app using appc run -p windows -T wp-emulator
Actual result
Tab text cannot be seen
Expected result
Tab text should be able to be seen
Comments
JSON Source
https://github.com/appcelerator/titanium_mobile/pull/8333
master/6.1.0: https://github.com/appcelerator/titanium_mobile/pull/8479 6.0.0: https://github.com/appcelerator/titanium_mobile/pull/8480
Verified using: OS: Mac OS X 10.11.6, Windows 10 Pro Appc core: 6.0.0-57 Appc NPM: 4.2.8-7 Ti SDK: 6.0.0.v20161009231510 iPhone 6 10.0 Note 4 5.0 Lumia 550 10.0 Default classic app template now shows tabs on Windows. iOS and Android look as expected. Closing ticket