{ "id": "105949", "key": "TIMOB-11952", "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": "15079", "description": "2013 Sprint 02 API", "name": "2013 Sprint 02 API", "archived": true, "released": true, "releaseDate": "2013-01-28" }, { "id": "14812", "description": "2013 Sprint 02", "name": "2013 Sprint 02", "archived": true, "released": true, "releaseDate": "2013-01-28" } ], "resolution": { "id": "11", "description": "Is not a bug in our product", "name": "Not Our Bug" }, "resolutiondate": "2013-01-16T10:52:48.000+0000", "created": "2012-12-04T20:09:57.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2013-03-27T22:53:16.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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "When trying to add a background image to a window with a view inside. The image never shows. There is just a blank grey background that shows up. This behaviour is only seen on specific devices listed above. On other devices it just works fine.\r\n \r\n{code}\r\nvar win = Titanium.UI.createWindow({\r\n backgroundImage:'test.png'\r\n })\r\n\r\n var data = [];\r\n\r\n data[0] = Ti.UI.createTableViewRow({hasChild:true,title:'Row 1', backgroundColor:'green'});\r\n data[1] = Ti.UI.createTableViewRow({hasDetail:true,title:'Row 2', backgroundColor:'green'});\r\n data[2] = Ti.UI.createTableViewRow({hasCheck:true,title:'Row 3', backgroundColor:'green'});\r\n data[3] = Ti.UI.createTableViewRow({title:'Row 4', backgroundColor:'green'});\r\n data[4] = Ti.UI.createTableViewRow({hasChild:true,title:'Row 1', backgroundColor:'green'});\r\n data[5] = Ti.UI.createTableViewRow({hasDetail:true,title:'Row 2', backgroundColor:'green'});\r\n data[6] = Ti.UI.createTableViewRow({hasCheck:true,title:'Row 3', backgroundColor:'green'});\r\n data[7] = Ti.UI.createTableViewRow({title:'Row 4', backgroundColor:'green'});\r\n\r\nvar testView = Titanium.UI.createTableView({\r\n backgroundColor:'transparent',\r\n data:data,\r\n\r\n})\r\n\r\n\r\nwin.add(testView);\r\nwin.open();\r\n{code}", "attachment": [ { "id": "33914", "filename": "test.png", "author": { "name": "aakkinepally", "key": "aakkinepally", "displayName": "Amuktha Akkinepally", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-12-04T20:09:57.000+0000", "size": 3244, "mimeType": "image/png" } ], "flagged": false, "summary": "Android: Background image of window never shows up when there is a view inside on specific devices", "creator": { "name": "aakkinepally", "key": "aakkinepally", "displayName": "Amuktha Akkinepally", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "aakkinepally", "key": "aakkinepally", "displayName": "Amuktha Akkinepally", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Ti SDK 2.1.3, \r\nDevices List:\r\nDroid 3 - Android 2.3.4\r\nDroid Razr Maxx - Android 4.1\r\nDroid Razr - Android 2.3.5", "comment": { "comments": [ { "id": "234494", "author": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "body": "This issue also happens when testing with a native Android project on Droid 3. It is not a Titanium bug. Motorola changed attribute values for built-in themes on their devices. Here are some similar discussion http://stackoverflow.com/questions/7245923/listview-background-is-grey-on-droid-3", "updateAuthor": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-01-15T16:46:52.000+0000", "updated": "2013-01-15T16:46:52.000+0000" }, { "id": "240512", "author": { "name": "sbhadauria", "key": "sbhadauria", "displayName": "Shyam Bhadauria", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Image is not shown on other devices like Samung GALAXY Tab 620\tAndroid 3.2 and LG-P970\tAndroid 2.2.2 as well.\nEnvironment used for verification -\nTitanium SDK: 3.1.0.v20130228214607\nTitanium  Studio:3.0.2.201302141201", "updateAuthor": { "name": "sbhadauria", "key": "sbhadauria", "displayName": "Shyam Bhadauria", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-03-04T09:44:14.000+0000", "updated": "2013-03-04T09:44:14.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }