[ALOY-1288] Windows: Label not visible when using default app.tss
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-07-29T00:08:35.000+0000 |
Affected Version/s | Alloy 1.6.2 |
Fix Version/s | Alloy 1.7.0 |
Components | Samples & Templates |
Labels | n/a |
Reporter | Fokke Zandbergen |
Assignee | Bruce Wayne |
Created | 2015-07-02T10:45:48.000+0000 |
Updated | 2015-09-16T15:28:16.000+0000 |
Description
The [default app.tss](https://github.com/appcelerator/alloy/blob/master/Alloy/template/app.tss) sets the Window backgroundColor to white for all platforms. on Windows the default color of a label is white, making them invisible when using the default
app.tss
. Just like we do for Android, we should set the Label color to black.
Note: There might still be issues with other elements that default to white on Windows, like titles in ListViews.
PR on master: https://github.com/appcelerator/alloy/pull/705
PR merged.
Verified using: Windows 8.1 Appc CLI Core: 5.0.0-55 (Alloy 1.7.8) Appc CLI NPM: 4.2.0-8 Titanium SDK : 5.0.0.v20150915230722 Lumia 930 (8.1) The label is now visible when using default app.tss Closing ticket