[TIMOB-11823] Android: Views - Green label disappears if device rotated to the landscape mode on Motorola RAZR i
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Closed |
| Resolution | Not Our Bug |
| Resolution Date | 2017-07-05T17:27:35.000+0000 |
| Affected Version/s | Release 3.0.0 |
| Fix Version/s | n/a |
| Components | Android |
| Labels | qe-and100112 |
| Reporter | Tamila Smolich |
| Assignee | Eric Merriman |
| Created | 2012-11-19T19:07:27.000+0000 |
| Updated | 2017-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
| File | Date | Size |
|---|---|---|
| device-2012-11-19-105425.png | 2012-11-19T19:07:27.000+0000 | 20542 |
device specific jithinpv
Closing with reference to the above comment.