{ "id": "111194", "key": "TIMOB-13060", "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": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" }, { "id": "15274", "description": "2013 Sprint 06 API", "name": "2013 Sprint 06 API", "archived": true, "released": true, "releaseDate": "2013-03-25" }, { "id": "14816", "description": "2013 Sprint 06", "name": "2013 Sprint 06", "archived": true, "released": true, "releaseDate": "2013-03-25" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2013-03-14T19:01:26.000+0000", "created": "2013-03-14T05:51:54.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "api", "qe-testadded" ], "versions": [ { "id": "14162", "description": "Release 3.1.0", "name": "Release 3.1.0", "archived": true, "released": true, "releaseDate": "2013-04-16" } ], "issuelinks": [], "assignee": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2014-06-19T12:42:48.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": "{code}\r\nvar listView = Ti.UI.createListView();\r\n\r\nfor (i=0; i<10; i++) {\r\n\tvar section = Ti.UI.createListSection({ headerTitle: 'Section '+i });\r\n\tsection.setItems([\r\n\t\t{ properties: { title: 'Title '+i }, template: Ti.UI.LIST_ITEM_TEMPLATE_DEFAULT},\r\n\t\t{ properties: { title: 'Title '+(i+1), image: 'KS_nav_views.png' }, template: Ti.UI.LIST_ITEM_TEMPLATE_DEFAULT },\r\n\t\t{ properties: { title: 'Title '+(i+2), image: 'KS_nav_ui.png' }, template: Ti.UI.LIST_ITEM_TEMPLATE_DEFAULT},\r\n\t\t{ properties: { title: 'Title '+(i+3), image: 'http://www.catravelservices.com/management/hotels/pictures/Mawamba_lodge_nature.jpg'}, template: Ti.UI.LIST_ITEM_TEMPLATE_DEFAULT }\r\n\t]);\r\n\tlistView.appendSection(section);\r\n}\r\n\r\nvar win = Ti.UI.createWindow({\r\n\tbackgroundColor: 'white'\r\n});\r\nwin.add(listView);\r\nwin.open();\r\n{code}\r\n\r\nSteps to reproduce:\r\n1. Run the above code on Galaxy Nexux 4.0.4\r\n2. When the window opens, the image \"KS_nav_ui.png\" in the Row 2 is missing sometimes.", "attachment": [], "flagged": false, "summary": "Android: ImageView: Sometimes images can not show because getInputStream() fails", "creator": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Galaxy Nexux 4.0.4", "comment": { "comments": [ { "id": "242184", "author": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "body": "PR: https://github.com/appcelerator/titanium_mobile/pull/3965", "updateAuthor": { "name": "pwang", "key": "pwang", "displayName": "Ping Wang", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-03-14T06:04:35.000+0000", "updated": "2013-03-14T06:04:35.000+0000" }, { "id": "242412", "author": { "name": "sbhadauria", "key": "sbhadauria", "displayName": "Shyam Bhadauria", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Image in row 2 is displayed everytime now.\r\nEnvironment used for verification -\r\nTitanium SDK: 3.1.0.v20130314163255\r\nTitanium  Studio:3.0.2.201302151605\r\nDevice: Samsung GALAXY Note (2.3.6) and Nexus 7 Android 4.1\r\n", "updateAuthor": { "name": "sbhadauria", "key": "sbhadauria", "displayName": "Shyam Bhadauria", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-03-15T09:12:56.000+0000", "updated": "2013-03-15T09:12:56.000+0000" }, { "id": "248334", "author": { "name": "pmishra", "key": "pmishra", "displayName": "Paras Mishra", "active": true, "timeZone": "Asia/Kolkata" }, "body": "added testcase in Test suite under Imageview.", "updateAuthor": { "name": "pmishra", "key": "pmishra", "displayName": "Paras Mishra", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2013-04-19T11:42:12.000+0000", "updated": "2013-04-19T11:42:12.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }