{ "id": "109593", "key": "TIMOB-12706", "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": [], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-07-16T23:57:57.000+0000", "created": "2013-02-12T18:52:13.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "sdk-bb" ], "versions": [], "issuelinks": [ { "id": "26043", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "110079", "key": "TIMOB-12835", "fields": { "summary": "BlackBerry: ActivityIndicator sizing and positioning incorrect.", "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": "5", "description": "The sub-task of the issue", "name": "Sub-task", "subtask": true } } } } ], "assignee": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-13T18:28:51.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.Use the code below & run on BB simulator/device\r\n{code}\r\nvar win2 = Ti.UI.createWindow({\r\n});\r\n\r\nvar activityIndicator = Ti.UI.createActivityIndicator({\r\n color: 'green',\r\n font: {fontSize:16},\r\n top:50,\r\n left:50,\r\n height:Ti.UI.SIZE,\r\n width:Ti.UI.SIZE\r\n});\r\n\r\nwin2.add(activityIndicator);\r\nactivityIndicator.show();\r\n\r\nwin2.open();\r\n{code}\r\n2.Observe the activity indicator after the app launch\r\n\r\nActual result:\r\n1.The activity indicator sticks to the top left corner in spite of the top & left property provided\r\n\r\nExpected Result:\r\n1.The activity indicator should obey the layout dimensions provided\r\n\r\n\r\n", "attachment": [ { "id": "35529", "filename": "Screen Shot 2013-02-12 at 10.51.44 AM.png", "author": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-02-12T18:52:13.000+0000", "size": 34988, "mimeType": "image/png" } ], "flagged": false, "summary": "Blackberry : Activity Indicator is not respecting positioning dimensions", "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.201302101654\r\nTi BB SDK : 3.1.0.v20130210021015\r\nMac OSX : 10.8.2\r\nwin 7 64 bit\r\nWin 8 \r\nBB simulator : 10.0.9.386\r\n", "comment": { "comments": [ { "id": "239526", "author": { "name": "joshroesslein", "key": "joshroesslein", "displayName": "Josh Roesslein", "active": true, "timeZone": "America/Los_Angeles" }, "body": "The positioning and sizing bug should be fixed by TIMOB-12835. It appears SIZE is not working still, but this appears to be related to how we don't treat it as \"auto size\" behavior for non-container controls.\r\n\r\nGoing to keep this bug open until the test case here works as expected. If you remove the width/height SIZE values, it should work fine.", "updateAuthor": { "name": "joshroesslein", "key": "joshroesslein", "displayName": "Josh Roesslein", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-02-23T10:39:59.000+0000", "updated": "2013-02-23T10:39:59.000+0000" }, { "id": "411474", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as fixed.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-13T18:28:51.000+0000", "updated": "2017-03-13T18:28:51.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }