[TIMOB-25385] Windows: Broken display text after 6.2.2.GA updated
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2017-10-16T22:34:03.000+0000 |
Affected Version/s | Release 6.2.2 |
Fix Version/s | Release 6.3.0 |
Components | Windows |
Labels | n/a |
Reporter | Fazlul Haque |
Assignee | Kota Iguchi |
Created | 2017-10-11T20:13:37.000+0000 |
Updated | 2017-10-17T15:23:52.000+0000 |
Description
Hello,
We have tested the issue on the following environment and the Label text under a TableView Row is not showing on 6.2.2.GA.
*Testing Environment:*
Operating System
Name = Microsoft Windows 8.1 Pro
Version = 6.3.9600
Architecture = 32bit
# CPUs = 4
Memory = 6323945472
Node.js
Node.js Version = 4.6.0
npm Version = 2.15.9
Titanium CLI
CLI Version = 5.0.14
Titanium SDK
SDK Version = 6.2.2.GA
Appcelerator Command-Line Interface, version 6.2.4
*Test Case:*
index.xml
<Alloy>
<Window class="container" layout="vertical">
<Label id="label" >Hello, World</Label>
<View layout="vertical" height="600">
<TableView backgroundColor="red" separatorStyle="none" scrollable="false" left="2" right="2" top="2" bottom="2" selectionStyle="none">
<TableViewRow layout="horizontal" backgroundColor="transparent" hasChild="true" selectedBackgroundColor="#666" width="100%" height="100%">
<Label class="myLabel" left="10" color="white">HELLO WINDOW APP</Label>
</TableViewRow>
</TableView>
</View>
</Window>
</Alloy>
index.tss
".myLabel": {
width: Ti.UI.SIZE,
height: Ti.UI.SIZE,
color: "#000",
font : {
fontSize : 40
}
}
index.js
$.index.open();
*Test Results:*
Broken display text after 6.2.2.GA updated
Attached the output images for 6.1.1.GA and 6.2.2.GA
Attachments
File | Date | Size |
---|---|---|
6.1.1.GA.png | 2017-10-11T19:13:23.000+0000 | 16811 |
6.2.2.GA.png | 2017-10-11T19:13:24.000+0000 | 14052 |
master: https://github.com/appcelerator/titanium_mobile_windows/pull/1142 6_3_X: https://github.com/appcelerator/titanium_mobile_windows/pull/1143
Verified in 7.0.0.v20171017022901 and 6.3.0.v20171016053946. Closing ticket