{ "id": "81677", "key": "TIMOB-5788", "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": [], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2015-01-27T18:24:06.000+0000", "created": "2011-10-17T14:43:49.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "tbs-1.9.0" ], "versions": [ { "id": "11570", "description": "", "name": "Release 1.7.2", "archived": true, "released": true, "releaseDate": "2011-07-21" } ], "issuelinks": [], "assignee": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-13T20:20:54.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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "The backgroundimage property of Titanium.UI.Toolbar is not shown when the Toolbar is set to opaque. \r\n\r\nh4. Repro Steps\r\n\r\n1.put the attached png files into the images folder\r\n2.run the example code below.\r\n\r\n{code:title=app.js}\r\nwin = Ti.UI.createWindow({\r\n\tbackgroundColor : '#fff',\r\n\tbackgroundImage : 'images/background.png'\r\n\r\n});\r\nverticalOff = 0;\r\n\r\nvar mkToolBar = function(title) {\r\n\tvar bar = Titanium.UI.createToolbar({\r\n\t\titems : [Ti.UI.createButton({\r\n\t\t\ttitle : 'test '+ title,\r\n\t\t\twidth : 50,\r\n\t\t\tstyle: Ti.UI.iPhone.SystemButtonStyle.BORDERED\r\n\t\t})],\r\n\t\ttop : verticalOff\r\n\t});\r\n\t\r\n\tverticalOff += bar.height + 2;\r\n\treturn bar;\r\n}\r\n\r\ntb = mkToolBar('bg');\r\ntb.backgroundImage = 'images/bar_bg.png'\r\nwin.add(tb);\r\nwin.open();\r\n{code}\r\n\r\nh4. Associated Helpdesk Ticket\r\nhttp://appc.me/c/APP-658713", "attachment": [ { "id": "23748", "filename": "background.png", "author": { "name": "qgao", "key": "qgao", "displayName": "Qing Gao", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-10-17T14:51:50.000+0000", "size": 75415, "mimeType": "image/png" }, { "id": "23747", "filename": "bar_bg.png", "author": { "name": "qgao", "key": "qgao", "displayName": "Qing Gao", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-10-17T14:43:49.000+0000", "size": 34180, "mimeType": "image/png" } ], "flagged": false, "summary": "iOS: Show backgroundImage in the toolbar while the toolbar is opaque ", "creator": { "name": "qgao", "key": "qgao", "displayName": "Qing Gao", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "qgao", "key": "qgao", "displayName": "Qing Gao", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "TiSDK 1.7.2\r\niOS Simulator 4.3", "comment": { "comments": [ { "id": "340789", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Resolved as part of TIMOB-16503", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2015-01-27T18:24:06.000+0000", "updated": "2015-01-27T18:24:06.000+0000" }, { "id": "411512", "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-13T20:20:54.000+0000", "updated": "2017-03-13T20:20:54.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }