Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-25385] Windows: Broken display text after 6.2.2.GA updated

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2017-10-16T22:34:03.000+0000
Affected Version/sRelease 6.2.2
Fix Version/sRelease 6.3.0
ComponentsWindows
Labelsn/a
ReporterFazlul Haque
AssigneeKota Iguchi
Created2017-10-11T20:13:37.000+0000
Updated2017-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

FileDateSize
6.1.1.GA.png2017-10-11T19:13:23.000+000016811
6.2.2.GA.png2017-10-11T19:13:24.000+000014052

Comments

  1. Kota Iguchi 2017-10-12

    master: https://github.com/appcelerator/titanium_mobile_windows/pull/1142 6_3_X: https://github.com/appcelerator/titanium_mobile_windows/pull/1143
  2. Ewan Harris 2017-10-17

    Verified in 7.0.0.v20171017022901 and 6.3.0.v20171016053946. Closing ticket

JSON Source