{ "id": "112612", "key": "TIMOB-13507", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "15113", "description": "2013 Sprint 08 BB", "name": "2013 Sprint 08 BB", "archived": true, "released": true, "releaseDate": "2013-04-22" }, { "id": "15106", "description": "2013 Sprint 08", "name": "2013 Sprint 08", "archived": true, "released": true, "releaseDate": "2013-04-22" }, { "id": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-04-12T09:28:23.000+0000", "created": "2013-04-09T22:18:30.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "qe-testadded", "sdk-bb" ], "versions": [], "issuelinks": [], "assignee": { "name": "joshroesslein", "key": "joshroesslein", "displayName": "Josh Roesslein", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2014-02-19T01:06:00.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10230", "name": "BlackBerry", "description": "BlackBerry Platform" } ], "description": "Description:\r\n1.Create a default app for BB\r\n2.Replace the app.js with the following code(Taken from KS):\r\n{code}\r\n\r\nvar win = Ti.UI.createWindow({});\r\n\t\r\n\tvar view = Ti.UI.createView({\r\n\t\theight:300,\r\n\t\twidth:320,\r\n\t\tlayout:'horizontal'\r\n\t\t\r\n\t});\r\n\twin.add(view);\r\n\t\r\n\tvar l1 = Ti.UI.createLabel({\r\n\t\ttext:'I am the first label',\r\n\t\tleft:5,\r\n\t\twidth:'auto',\r\n\t\theight:20\r\n\t});\r\n\t\r\n\tview.add(l1);\r\n\t\r\n\tvar l2 = Ti.UI.createLabel({\r\n\t\ttext:'I am the second label',\r\n\t\tleft:2,\r\n\t\twidth:'auto',\r\n\t\theight:20\r\n\t});\r\n\t\r\n\tview.add(l2);\r\n\t\r\n\tvar l3 = Ti.UI.createLabel({\r\n\t\ttext:'I am the third label',\r\n\t\tleft:2,\r\n\t\twidth:'auto',\r\n\t\theight:20\r\n\t});\r\n\t\r\n\tview.add(l3);\r\n\r\nwin.open();\r\n{code}\r\n\r\n2.Build & run on BB simulator/device.\r\n\r\nActual Result:\r\n1. The app crashes after the appc splash screen\r\n\r\nExpected Results:\r\n1. The app should not crash & should show the horizontal layout", "attachment": [], "flagged": false, "summary": "BlackBerry : Horizontal layout is not working ", "creator": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "environment": "Environment:\r\nTi Studio : 3.1.0.201304051530\r\nTi BB SDK : 3.2.0.v20130409093412\r\nMac OSX : 10.8.2\r\nwin 7 \r\nWin 8 \r\nBB simulator : 10.0.10.261\r\nZ10 device running 10.0.10.88", "comment": { "comments": [], "maxResults": 0, "total": 0, "startAt": 0 } } }