[TIMOB-12797] BlackBerry : Layout is broken with the latest build as on 19th Feb'13 (3.1.0.v20130219190219)
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2014-08-08T18:12:25.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 3.1.0, 2013 Sprint 04 BB, 2013 Sprint 04 |
| Components | BlackBerry |
| Labels | blackberry, module_window, qe-manualtest, sdk-bb |
| Reporter | Lokesh Choudhary |
| Assignee | Josh Roesslein |
| Created | 2013-02-20T21:46:54.000+0000 |
| Updated | 2014-08-08T18:13:07.000+0000 |
Description
This is a regression.It works fine with build : 3.1.0.v20130215185802
Description:
1.Run the code below on BB simulator/device
var window = Titanium.UI.createWindow({
backgroundColor:'#7a24db'
});
var button = Titanium.UI.createButton({
title: 'www.youtube.com',
top: 10,
width: 200,
height: 50,
left:60
});
window.add(button);
window.open();
2.Observe the output
Actual Results:
1.You do not see any thing on the screen
Expected result:
1. You should see the controls in the code
Verified the fix & the layout is working fine. Closing Environment: Ti Studio : 3.1.0.201302201946 Ti BB SDK : 3.1.0.v20130220200300 Mac OSX : 10.8.2 win 7 Win 8 BB simulator : 10.0.10.261 Dev alpha B 10 device