{ "id": "113028", "key": "TIMOB-13608", "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-06-28T19:04:26.000+0000", "created": "2013-04-17T21:46:47.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "sdk-bb" ], "versions": [], "issuelinks": [], "assignee": { "name": "rmcmahon", "key": "rmcmahon", "displayName": "Russell McMahon", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-13T18:29:20.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 an app for BB\r\n2. Replace the app.ja with the code below\r\n{code}\r\n\r\nvar win = Ti.UI.createWindow({\r\n\tbackgroundColor:'white'\r\n});\r\n\r\nvar pb=Titanium.UI.createProgressBar({\r\n top:40,\r\n width:'auto',\r\n height:'auto',\r\n min:0,\r\n max:60,\r\n value:20,\r\n color:'#fff',\r\n message:'Downloading 0 of 10',\r\n font:{fontSize:14, fontWeight:'bold'},\r\n \r\n});\r\nwin.add(pb);\r\npb.show();\r\nwin.open();\r\n{code}\r\n2. Observe the app after it launches\r\n\r\nActual Results:\r\n1. The progress bar is visible but not the label\r\n\r\nExpected Results:\r\n1. The progress bar along with the label is visible\r\n", "attachment": [], "flagged": false, "summary": "BlackBerry: Progress bar do not have labels attached to it by default as android or IOS", "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.201304122013\r\nTi BB SDK : 3.2.0.v20130412191647\r\nMac OSX : 10.8.2\r\nwin 7 \r\nWin 8 \r\nBB simulator : 10.0.10.261\r\nZ10 device running 10.0.10.88", "comment": { "comments": [ { "id": "411476", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing this ticket as the issue will not fix.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-13T18:29:20.000+0000", "updated": "2017-03-13T18:29:20.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }