{ "id": "104799", "key": "TIMOB-11735", "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": "15576", "description": "2013 Sprint 16", "name": "2013 Sprint 16", "archived": true, "released": true, "releaseDate": "2013-08-12" }, { "id": "15578", "description": "2013 Sprint 16 API", "name": "2013 Sprint 16 API", "archived": true, "released": true, "releaseDate": "2013-08-12" } ], "resolution": { "id": "2", "description": "The problem described is an issue which will never be fixed.", "name": "Won't Fix" }, "resolutiondate": "2013-08-08T22:18:00.000+0000", "created": "2012-11-10T16:49:37.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "blackberry" ], "versions": [], "issuelinks": [], "assignee": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-09T07:58:30.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": "Setting *backgroundImage* and *backgroundColor* in the same time to the window will leave only the last in the code:\r\n\r\nThis will show only the image:\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n\tbackgroundColor:'#f00',\r\n\tbackgroundImage:'/sun.png'\r\n});\r\n\r\nwin.open();\r\n{code}\r\n\r\n\r\nThis will show only the red background:\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n\tbackgroundImage:'/sun.png',\r\n\tbackgroundColor:'#f00'\r\n});\r\n\r\nwin.open();\r\n{code}\r\n\r\n\r\nExactly the same for Ti.UI.View.", "attachment": [], "flagged": false, "summary": "BlackBerry: Titanium.UI.Window/Titanium.UI.View backgroundImage and backgroundColor exclude each other.", "creator": { "name": "rborn", "key": "rborn", "displayName": "Dan Tamas", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "rborn", "key": "rborn", "displayName": "Dan Tamas", "active": true, "timeZone": "Europe/Berlin" }, "environment": "Simulator BB OS 10.0.9.386 \r\nOsX Mountain Lion\r\n\r\nTi SDK\r\n\r\nversion=2.2.0\r\nmodule_apiversion=2\r\ntimestamp=10/19/12 11:58\r\ngithash=6bf86d6", "comment": { "comments": [ { "id": "265702", "author": { "name": "rborn", "key": "rborn", "displayName": "Dan Tamas", "active": true, "timeZone": "Europe/Berlin" }, "body": "Out of curiosity, why is this a \"Won't Fix\", thnx", "updateAuthor": { "name": "rborn", "key": "rborn", "displayName": "Dan Tamas", "active": true, "timeZone": "Europe/Berlin" }, "created": "2013-08-09T09:33:11.000+0000", "updated": "2013-08-09T09:33:11.000+0000" }, { "id": "265712", "author": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Hi Dan,\n\nIn BlackBerry Cascades, the UI framework, there is no backgroundImage or backgroundColor property on UI components. There is only a \"background\" property, and this takes either a color or an image. Unlike iOS, here you can only specify one or the other.\nhttp://developer.blackberry.com/cascades/reference/bb__cascades__container.html#property-background", "updateAuthor": { "name": "penrique", "key": "penrique", "displayName": "Pedro Enrique", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2013-08-09T15:25:18.000+0000", "updated": "2013-08-09T15:25:18.000+0000" }, { "id": "265725", "author": { "name": "rborn", "key": "rborn", "displayName": "Dan Tamas", "active": true, "timeZone": "Europe/Berlin" }, "body": "Oh, got it. Thank you Pedro :)", "updateAuthor": { "name": "rborn", "key": "rborn", "displayName": "Dan Tamas", "active": true, "timeZone": "Europe/Berlin" }, "created": "2013-08-09T17:12:54.000+0000", "updated": "2013-08-09T17:12:54.000+0000" }, { "id": "410259", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as it will not fix.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-09T07:58:30.000+0000", "updated": "2017-03-09T07:58:30.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }