{ "id": "114210", "key": "TIMOB-13823", "fields": { "issuetype": { "id": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "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": "15117", "description": "2013 Sprint 12 BB", "name": "2013 Sprint 12 BB", "archived": true, "released": true, "releaseDate": "2013-06-17" }, { "id": "15110", "description": "2013 Sprint 12", "name": "2013 Sprint 12", "archived": true, "released": true, "releaseDate": "2013-06-17" }, { "id": "15593", "description": "Release 3.1.3", "name": "Release 3.1.3", "archived": true, "released": true, "releaseDate": "2013-09-18" }, { "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-06-10T15:55:27.000+0000", "created": "2013-05-10T18:18:13.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "qe-closed-3.2.0", "qe-testadded" ], "versions": [], "issuelinks": [], "assignee": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2014-06-19T12:43:42.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": null, "attachment": [], "flagged": false, "summary": "BlackBerry: Ti.UI.Button is sized to the text and can not be made bigger. Use a view and native button composite.", "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": "256217", "author": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "body": "PR: https://github.com/appcelerator/titanium_mobile_blackberry/pull/78", "updateAuthor": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-06-05T19:01:42.000+0000", "updated": "2013-06-05T19:01:42.000+0000" }, { "id": "283632", "author": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Sample code:\n{code}\nvar win = Titanium.UI.createWindow({\n\tlayout: 'vertical'\n});\n\nwin.add(Ti.UI.createButton({\n\ttop: 5,\n\ttitle: '20 width',\n\twidth: 20\n}));\nwin.add(Ti.UI.createButton({\n\ttop: 5,\n\ttitle: '200 width',\n\twidth: 200\n}));\nwin.add(Ti.UI.createButton({\n\ttop: 5,\n\ttitle: 'FILL width',\n\twidth: Ti.UI.FILL\n}));\nwin.add(Ti.UI.createButton({\n\ttop: 5,\n\ttitle: 'SIZE width',\n\twidth: Ti.UI.SIZE\n}));\n\nwin.open();\n{code}\nh3. NOTE:\nThere is a blackberry limitation to this, the button has a hardcoded height and thus, it cannot be made taler.", "updateAuthor": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-12-10T21:31:25.000+0000", "updated": "2013-12-10T21:31:25.000+0000" }, { "id": "283641", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested the above code with:\nAppcelerator Studio, build: 3.2.0.201312091648\nTitanium SDK, build: 3.2.0.v20131210112451\nCLI 3.2.0- cr\nAlloy 1.3.0-cr\nBB Z10 10.1.0.2019", "updateAuthor": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-12-10T21:59:03.000+0000", "updated": "2013-12-10T21:59:03.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }