Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-12797] BlackBerry : Layout is broken with the latest build as on 19th Feb'13 (3.1.0.v20130219190219)

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2014-08-08T18:12:25.000+0000
Affected Version/sn/a
Fix Version/sRelease 3.1.0, 2013 Sprint 04 BB, 2013 Sprint 04
ComponentsBlackBerry
Labelsblackberry, module_window, qe-manualtest, sdk-bb
ReporterLokesh Choudhary
AssigneeJosh Roesslein
Created2013-02-20T21:46:54.000+0000
Updated2014-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

Comments

  1. Lokesh Choudhary 2013-02-21

    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

JSON Source