{ "id": "121428", "key": "TIMOB-15556", "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": null, "resolutiondate": null, "created": "2013-10-21T13:32:58.000+0000", "priority": { "name": "Low", "id": "4" }, "labels": [ "SupportTeam" ], "versions": [ { "id": "15593", "description": "Release 3.1.3", "name": "Release 3.1.3", "archived": true, "released": true, "releaseDate": "2013-09-18" } ], "issuelinks": [ { "id": "37627", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "114935", "key": "TIMOB-13986", "fields": { "summary": "iOS: backgroundImage of view from remote URL not loading", "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": "Medium", "id": "3" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": null, "updated": "2018-02-28T20:03:53.000+0000", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "When I set the backgroundImage property of a TableViewRow, if it's a remote url image not a local file it does not load the image.\r\n\r\n\r\nExample bellow:\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n \r\n}) ;\r\n \r\n// Create an array of explicitly defined custom TableViewRows\r\nvar tbl_data = [];\r\nfor (var i = 0; i < 10; i++) {\r\n var row = Ti.UI.createTableViewRow({\r\n backgroundImage:i%2==0?'KS_nav_ui.png':'http://www.origami-instructions.com/images/simple-yatch/thumbnails/11-origami-simple-yatch_11.JPG',\r\n });\r\n var label = Ti.UI.createLabel({\r\n left: 10,\r\n text: 'Row ' + (i+1)\r\n });\r\n \r\n row.add(label);\r\n tbl_data.push(row);\r\n}\r\n \r\n// now assign that array to the table's data property to add those objects as rows\r\nvar table = Titanium.UI.createTableView({\r\n data:tbl_data\r\n});\r\n \r\nwin.add(table);\r\nwin.open();\r\n{code}", "attachment": [], "flagged": false, "summary": "iOS7: remote backgroundImage not working in TableViewRows", "creator": { "name": "cleison.ezoom", "key": "cleison.ezoom", "displayName": "Ezoom Agency", "active": true, "timeZone": "America/Sao_Paulo" }, "subtasks": [], "reporter": { "name": "cleison.ezoom", "key": "cleison.ezoom", "displayName": "Ezoom Agency", "active": true, "timeZone": "America/Sao_Paulo" }, "environment": "Mac 10.8.5\r\nSDK 3.1.3.GA", "comment": { "comments": [ { "id": "321742", "author": { "name": "shameerj", "key": "shameerj", "displayName": "Shameer Jan", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Issue reproduces with TiSDK 3.1.3 and 3.4.0\r\nTitanium Command-Line Interface, \r\nCLI version 3.3.0, \r\nTitanium SDK version 3.4.0.GA \r\niOS SDK: 7.1 \r\niOS iPhone Simulator: 7.1", "updateAuthor": { "name": "shameerj", "key": "shameerj", "displayName": "Shameer Jan", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-09-04T07:03:20.000+0000", "updated": "2014-09-04T07:03:20.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }