{ "id": "63862", "key": "TIMOB-3230", "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": "7", "description": "", "name": "Invalid" }, "resolutiondate": "2011-04-15T03:40:04.000+0000", "created": "2011-04-15T03:40:04.000+0000", "priority": { "name": "Trivial", "id": "5" }, "labels": [ "android", "images", "remote", "scrollableview" ], "versions": [], "issuelinks": [], "assignee": { "name": "dthorp", "key": "dthorp", "displayName": "Don Thorp", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-09T23:18:29.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": "{html}

Remote images called into a ScrollableView do not appear.

\n

Works on iOS not on Android.

\n

Tested with 1.6 and Android 2.2.1

\n

Reference Ticket: http://developer.appcelerator.com/helpdesk/view/75921

\n

Test Code:

\n
\nvar win = Ti.UI.createWindow();\n\nvar view1 = Titanium.UI.createImageView({image:'http://www.appcelerator.com/wp-content/themes/appcelerator/img/ti-logo.png'});\nvar view2 = Titanium.UI.createView({backgroundColor:'#123'});\nvar view3 = Titanium.UI.createView({backgroundColor:'#666'});\n\nvar scrollView = Titanium.UI.createScrollableView({\n    views:[view1,view2,view3],\n    showPagingControl:false\n});\n\nwin.add(scrollView);\nwin.open();\n
{html}", "attachment": [], "flagged": false, "summary": "Android: ScrollableView remote images do not work", "creator": { "name": "aleard", "key": "aleard", "displayName": "Alan Leard", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "aleard", "key": "aleard", "displayName": "Alan Leard", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "410975", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as invalid.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-09T23:18:29.000+0000", "updated": "2017-03-09T23:18:29.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }