{ "id": "114750", "key": "TIMOB-13951", "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": "15116", "description": "2013 Sprint 11 BB", "name": "2013 Sprint 11 BB", "archived": true, "released": true, "releaseDate": "2013-06-03" }, { "id": "15109", "description": "2013 Sprint 11", "name": "2013 Sprint 11", "archived": true, "released": true, "releaseDate": "2013-06-03" }, { "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-05-22T07:24:31.000+0000", "created": "2013-05-22T07:22:31.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [], "versions": [], "issuelinks": [ { "id": "29107", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "115045", "key": "TIMOB-14006", "fields": { "summary": "BlackBerry: View with height & width set to Ti.UI.SIZE & a label on it does not display the view", "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" } }, "priority": { "name": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "rmcmahon", "key": "rmcmahon", "displayName": "Russell McMahon", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2014-06-19T12:43:22.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": "Here is the test app\r\n\r\n{code:javascript}\r\nvar win1 = Titanium.UI.createWindow({ \r\n backgroundColor:'#000'\r\n});\r\n\r\nvar view1 = Titanium.UI.createView({\r\n\tbackgroundColor:'red',\r\n width:Ti.UI.SIZE,\r\n height:Ti.UI.SIZE\r\n});\r\n\r\nvar label1 = Titanium.UI.createLabel({\r\n\tbackgroundColor:'blue',\r\n color:'#999',\r\n text:'Label Test',\r\n font:{fontSize:20,fontFamily:'Helvetica Neue',fontStyle:'italic'},\r\n width:Ti.UI.SIZE,\r\n height:Ti.UI.SIZE\r\n});\r\n\r\nview1.add(label1);\r\nwin1.add(view1);\r\nwin1.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "BlackBerry: Allow containers to use Ti.UI.SIZE to size to labels and buttons", "creator": { "name": "rmcmahon", "key": "rmcmahon", "displayName": "Russell McMahon", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "rmcmahon", "key": "rmcmahon", "displayName": "Russell McMahon", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "279458", "author": { "name": "sdowse", "key": "sdowse", "displayName": "Samuel Dowse", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified fixed on:\nMac OSX 10.9 Mavericks\nTitanium Studio, build: 3.2.0.201311122225\nTitanium SDK, build: 3.2.0.v20131113094843\nCLI: 3.2.0\nAlloy: 1.3.0\nBlackBerry Simulator: 10.2.0.1791\n\nTi.UI.SIZE is working on labels and buttons. Label gets and sets it's height and width to that of the view.\nClosing.", "updateAuthor": { "name": "sdowse", "key": "sdowse", "displayName": "Samuel Dowse", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-11-14T00:14:14.000+0000", "updated": "2013-11-14T00:14:14.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }