Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-11823] Android: Views - Green label disappears if device rotated to the landscape mode on Motorola RAZR i

GitHub Issuen/a
TypeBug
PriorityLow
StatusClosed
ResolutionNot Our Bug
Resolution Date2017-07-05T17:27:35.000+0000
Affected Version/sRelease 3.0.0
Fix Version/sn/a
ComponentsAndroid
Labelsqe-and100112
ReporterTamila Smolich
AssigneeEric Merriman
Created2012-11-19T19:07:27.000+0000
Updated2017-07-05T17:27:35.000+0000

Description

Description: Green label disappears if device rotated to the landscape mode on Motorola RAZR i (Intel inside). Test passed on Nexus 10 (4.2) and Samsung Galaxy SIII (4.0.4). Not a regression, occurs on 2.1.4 as well. Steps: 1. Run the following code on Motorola RAZR i:
var win = Ti.UI.createWindow({
    backgroundColor:'red',
    layout:'horizontal'
});
 
var left = Ti.UI.createLabel({
    title:'Left',
    backgroundColor:'blue',
    color:'black',
    width:'50%',
    height:'100%'
});
 
var right = Ti.UI.createLabel({
    title:'Right',
    backgroundColor:'green',
    color:'black',
    width:'50%',
    height:'100%'
});
 
win.add(left);
win.add(right);
 
win.open();
2. Rotate device to the landscape mode. Expected result: There should be a blue view on the left, and a green view on the right. Actual: Green view disappears in the landscape mode.

Attachments

FileDateSize
device-2012-11-19-105425.png2012-11-19T19:07:27.000+000020542

Comments

  1. jithinpv 2013-03-15

    device specific jithinpv
  2. Lee Morris 2017-07-05

    Closing with reference to the above comment.

JSON Source