{ "id": "114876", "key": "TIMOB-13971", "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": "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": "15479", "description": "Release 3.1.2", "name": "Release 3.1.2", "archived": true, "released": true, "releaseDate": "2013-07-31" }, { "id": "15856", "description": "Release 3.2.1", "name": "Release 3.2.1", "archived": false, "released": true, "releaseDate": "2014-02-10" }, { "id": "15422", "description": "Release 3.3.0", "name": "Release 3.3.0", "archived": false, "released": true, "releaseDate": "2014-07-16" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-12-16T03:06:00.000+0000", "created": "2013-05-23T21:47:48.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "module_layout", "qe-testadded", "regression", "sdk-bb" ], "versions": [], "issuelinks": [ { "id": "29351", "type": { "id": "10000", "name": "Blocks", "inward": "is blocked by", "outward": "blocks" }, "outwardIssue": { "id": "99161", "key": "TIMOB-10434", "fields": { "summary": "BlackBerry: Titanium.UI.Label text colors and sizes are not right", "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 } } } }, { "id": "33782", "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": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2014-02-19T18:26:38.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 BB app from the code below:\r\n{code}\r\n\r\nvar win = Ti.UI.createWindow({\r\n\tbackgroundColor:'white',\r\n});\r\n\r\nvar button1 = Ti.UI.createButton({\r\n\ttitle:'HardCoded',\r\n\ttop:30,\r\n\theight:40,\r\n\twidth:60\r\n});\r\n\r\nvar button2 = Ti.UI.createButton({\r\n\ttitle:'percentage',\r\n\ttop: '25%',\r\n\twidth:'45%'\r\n});\r\n\r\nvar button3 = Ti.UI.createButton({\r\n\ttitle:'Size',\r\n\t//top:70\r\n\theight:Ti.UI.SIZE,\r\n\twidth:Ti.UI.SIZE\r\n});\r\n\r\nvar lbl = Ti.UI.createLabel({\r\n\ttext:'Test Label',\r\n\ttop:'70%',\r\n\tfont:{fontSize:20},\r\n\theight:Ti.UI.SIZE,\r\n\twidth:Ti.UI.SIZE\r\n});\r\n\r\nwin.add(button1);\r\nwin.add(button2);\r\nwin.add(button3);\r\nwin.add(lbl);\r\nwin.open();\r\n{code}\r\n\r\n2. Build & run the app on BB device/simulator\r\n3. Run the same app on an iphone device/simualator\r\n\r\nActual Result:\r\n1. The controls layout & the size vary according to the platform\r\n\r\nExpected Result:\r\n1. The controls ahould have parity across platforms for layout & size\r\n\r\n", "attachment": [ { "id": "38979", "filename": "Screen Shot 2013-05-23 at 2.43.12 PM.png", "author": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-05-23T21:47:48.000+0000", "size": 53785, "mimeType": "image/png" }, { "id": "38980", "filename": "Screen Shot 2013-05-23 at 2.47.02 PM.png", "author": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-05-23T21:47:48.000+0000", "size": 93679, "mimeType": "image/png" } ], "flagged": false, "summary": "BlackBerry : Changes in the DPI are needed to keep the parity of controls layout across platforms", "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.1.201305150313\r\nTi BB SDK : 3.1.1.v20130522190722\r\nMac OSX : 10.8.2\r\nwin 7 \r\nWin 8 \r\nZ10 BB simulator : 10.0.10.822\r\nZ10 device running 10.0.10.88\r\n\r\nQ10 Simulator : 10.1.0.1720\r\nQ10 Dev alpha C device running 10.1.0.138", "comment": { "comments": [ { "id": "255983", "author": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "body": "PR: https://github.com/appcelerator/titanium_mobile_blackberry/pull/75", "updateAuthor": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-06-04T22:30:32.000+0000", "updated": "2013-06-04T22:30:32.000+0000" }, { "id": "262447", "author": { "name": "pagarwal", "key": "pagarwal", "displayName": "Priya Agarwal", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing as Fixed.\r\nVerified with Environment:\r\n\r\nStudio: 3.1.2.201307171817\r\nTitanium SDK:3.1.2.v20130718094558\r\nacs:1.0.3\r\nalloy:1.1.3\r\nnpm:1.3.2\r\ntitanium:3.1.1\r\ntitanium-code-processor:1.0.1\r\nOS: OSX 10.8\r\nDevice:Blackberry-Z10(v 10.0.10.261),iPhone Simulator(v6.0), Nexus 7(v4.1)\r\nXcode: 4.5.1\r\nblackberry SDK: 10.1.0.1020\r\n", "updateAuthor": { "name": "pagarwal", "key": "pagarwal", "displayName": "Priya Agarwal", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-07-19T11:00:15.000+0000", "updated": "2013-07-19T11:00:15.000+0000" }, { "id": "284320", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Reopened for\r\nAppcelerator Studio, build: 3.2.0.201312121648\r\nTitanium SDK, build:3.2.0.v20131212122847\r\n├── acs@1.0.10\r\n├── alloy@1.3.0-cr\r\n├── npm@1.3.2\r\n├── titanium@3.2.0-cr3\r\n└── titanium-code-processor@1.1.0-cr2\r\n\r\n*note* it is a regression against Titanium SDK 3.1.3.GA\r\nh5. Actual result\r\nNo label \"Test Label\" is visible.\r\n", "updateAuthor": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-12-14T00:20:07.000+0000", "updated": "2013-12-14T00:20:07.000+0000" }, { "id": "284369", "author": { "name": "rmcmahon", "key": "rmcmahon", "displayName": "Russell McMahon", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Olga showed this one to me. I think this actually might be a font issue.", "updateAuthor": { "name": "rmcmahon", "key": "rmcmahon", "displayName": "Russell McMahon", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-12-15T18:59:23.000+0000", "updated": "2013-12-15T18:59:23.000+0000" }, { "id": "284387", "author": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "body": "PR for 3.2.x https://github.com/appcelerator/titanium_mobile_blackberry/pull/195", "updateAuthor": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-12-16T03:00:10.000+0000", "updated": "2013-12-16T03:00:10.000+0000" }, { "id": "284389", "author": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "body": "PR for master https://github.com/appcelerator/titanium_mobile_blackberry/pull/196", "updateAuthor": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-12-16T03:06:00.000+0000", "updated": "2013-12-16T03:06:00.000+0000" }, { "id": "284390", "author": { "name": "rmcmahon", "key": "rmcmahon", "displayName": "Russell McMahon", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Looked over PR and it looks good. Resolving ticket so GL can test.", "updateAuthor": { "name": "rmcmahon", "key": "rmcmahon", "displayName": "Russell McMahon", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-12-16T03:06:30.000+0000", "updated": "2013-12-16T03:06:30.000+0000" } ], "maxResults": 7, "total": 7, "startAt": 0 } } }