{ "id": "110207", "key": "TIMOB-12854", "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": "2", "description": "The problem described is an issue which will never be fixed.", "name": "Won't Fix" }, "resolutiondate": "2013-04-09T23:59:41.000+0000", "created": "2013-02-26T00:20:15.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "sdk-bb" ], "versions": [], "issuelinks": [ { "id": "27635", "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": "joshroesslein", "key": "joshroesslein", "displayName": "Josh Roesslein", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-13T21:06:12.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.Run the following code on BB simulator/device:\r\n{code}\r\nvar win2 = Ti.UI.createWindow({\r\n backgroundColor: 'yellow'\r\n});\r\n\r\n\r\nvar activityIndicator = Ti.UI.createActivityIndicator({\r\n //top:60,\r\n //left:60,\r\n //height:Ti.UI.SIZE,\r\n //width:Ti.UI.SIZE\r\n});\r\n\r\nwin2.add(activityIndicator);\r\nactivityIndicator.show();\r\nwin2.open();\r\n{code}\r\n2.launch the app & notice the activity indicator\r\n\r\nActual Result:\r\n1.The activity indicator is not big enough\r\n\r\nExpected result:\r\n1.The activity indicator should be at least 5 times bigger than the current\r\n\r\nScreenshot for the current activity indicator is attached", "attachment": [ { "id": "35737", "filename": "Screen Shot 2013-02-25 at 4.19.32 PM.png", "author": { "name": "lokeshchdhry", "key": "lokeshchdhry", "displayName": "Lokesh Choudhary", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-02-26T00:20:15.000+0000", "size": 45154, "mimeType": "image/png" } ], "flagged": false, "summary": "Blackberry : If the width & height are not specified the activity indicator should be considerably bigger than the current", "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.201302221817\r\nTi BB SDK : 3.1.0.v20130225112338\r\nMac OSX : 10.8.2\r\nwin 7 \r\nWin 8 \r\nBB simulator : 10.0.10.261\r\nDev alpha B 10 device", "comment": { "comments": [ { "id": "246784", "author": { "name": "joshroesslein", "key": "joshroesslein", "displayName": "Josh Roesslein", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Indicators only support a \"preferred\" width and height. It will try to match the size provided the best it can.", "updateAuthor": { "name": "joshroesslein", "key": "joshroesslein", "displayName": "Josh Roesslein", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-09T23:45:12.000+0000", "updated": "2013-04-09T23:45:12.000+0000" }, { "id": "246790", "author": { "name": "joshroesslein", "key": "joshroesslein", "displayName": "Josh Roesslein", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Setting no width or height should cause the indicator to use the smallest supported size.\nThere is also a limit on how large the indicator can grow. If you set the size larger than the\nbiggest supported indicator, the indicator will be centered within this bounds.", "updateAuthor": { "name": "joshroesslein", "key": "joshroesslein", "displayName": "Josh Roesslein", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-04-09T23:59:30.000+0000", "updated": "2013-04-09T23:59:30.000+0000" }, { "id": "411540", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as the issue will not fix.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-13T21:06:12.000+0000", "updated": "2017-03-13T21:06:12.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }