{ "id": "104334", "key": "TIMOB-11656", "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": "14621", "description": "2012 Sprint 23 API", "name": "2012 Sprint 23 API", "archived": true, "released": true, "releaseDate": "2012-11-19" }, { "id": "14623", "description": "2012 Sprint 23 JS", "name": "2012 Sprint 23", "archived": true, "released": true, "releaseDate": "2012-11-19" } ], "resolution": { "id": "11", "description": "Is not a bug in our product", "name": "Not Our Bug" }, "resolutiondate": "2012-11-20T01:00:26.000+0000", "created": "2012-11-02T19:04:12.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "qe-ios100112", "qe-ios214", "qe-ios6" ], "versions": [ { "id": "14613", "description": "Release 2.1.4", "name": "Release 2.1.4", "archived": true, "released": true, "releaseDate": "2012-11-12" } ], "issuelinks": [ { "id": "22496", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "83055", "key": "TIMOB-6295", "fields": { "summary": "Android: ImageView with image property set to an http source can cause NPE if removed from parent while still downloading content", "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": "High", "id": "2" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2013-03-27T22:53:51.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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "Descrition:\r\nWhile testing ImageView Module a failure to download an imageg's content occurred. It happens *only on iPhone with ios 6.0* It does work on Ipad with ios 6.0.\r\n*Not a regression* can be reproduced on 2.1.3\r\nTest steps:\r\n1. Run this code below:\r\n{code}\r\nvar win = Titanium.UI.createWindow({ \r\n title:'Test',\r\n backgroundColor:'#000',\r\n exitOnClose: true\r\n});\r\nvar btnAdd, imageView\r\nwin.add(btnAdd = Ti.UI.createButton({\r\n title: \"Test\",\r\n left: \"10dp\", width: \"150dp\", bottom: \"5dp\", height: \"40dp\"\r\n}));\r\nwin.add(imageView = Ti.UI.createImageView({\r\n image: \"http://www.appcelerator.com/wp-content/themes/appcelerator/img/werehiring_sticker.png\",\r\n width: \"86dp\", height: \"84dp\"\r\n}));\r\nbtnAdd.addEventListener(\"click\", function() {\r\n imageView.image = \"http://www.google.com\";\r\n win.remove(imageView);\r\n});\r\nwin.open();\r\n{code}\r\nActual result:\r\n1. No image loaded.\r\nExpected result:\r\n1. An image should appear.\r\n ", "attachment": [], "flagged": false, "summary": "iOS6: ImageView - failure to download content of image.", "creator": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "Tested on:\r\nTitanium Studio, build: 3.0.0.201210291448\r\nTitanium SDK, build: 2.1.4.v20121030173408\r\nDevices:\r\niPhone5 ios 6.0\r\niPhone4s ios 6.0\r\n", "comment": { "comments": [ { "id": "226345", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Tried on 2_1_X, 3_0_X and master with iOS 4.3, 5.0, 5.1 and 6.0. Unable to reproduce the issue.", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2012-11-06T20:44:31.000+0000", "updated": "2012-11-06T20:44:31.000+0000" }, { "id": "227946", "author": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Reopening issue. As I mentioned before *it happens only on iPhone5 and iPad mini with iOS 6.0*", "updateAuthor": { "name": "oromero", "key": "oromero", "displayName": "Olga Romero", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-11-19T23:42:03.000+0000", "updated": "2012-11-19T23:42:03.000+0000" }, { "id": "227966", "author": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "body": "These are the request response headers. Getting wrong encoding from server\r\n\r\nPASS CASE\r\n\r\nPrinting description of req->request->requestHeaders:\r\n{\r\n \"Accept-Encoding\" = gzip;\r\n \"User-Agent\" = \"Appcelerator Titanium/3.1.0 (iPhone Simulator/6.0; iPhone OS; en_US;)\";\r\n}\r\nPrinting description of req->request->responseHeaders:\r\n{\r\n \"Accept-Ranges\" = bytes;\r\n Connection = Close;\r\n \"Content-Length\" = 13779;\r\n \"Content-Type\" = \"image/png\";\r\n Date = \"Tue, 20 Nov 2012 00:59:53 GMT\";\r\n Etag = \"\\\"46315-35d3-4b8664c5a3d80\\\"\";\r\n \"Last-Modified\" = \"Tue, 07 Feb 2012 21:16:54 GMT\";\r\n Server = \"Apache/2.2.22 (Ubuntu)\";\r\n}\r\n\r\nFAIL CASE\r\n\r\n\r\nPrinting description of req->request->requestHeaders:\r\n{\r\n \"Accept-Encoding\" = gzip;\r\n \"User-Agent\" = \"Appcelerator Titanium/3.1.0 (iPhone/6.0; iPhone OS; en_US;)\";\r\n}\r\nPrinting description of req->request->responseHeaders:\r\n{\r\n \"Cache-Control\" = \"no-store, no-cache, must-revalidate, post-check=0, pre-check=0\";\r\n Connection = Close;\r\n \"Content-Encoding\" = gzip;\r\n \"Content-Type\" = \"text/html\";\r\n Date = \"Tue, 20 Nov 2012 00:49:25 GMT\";\r\n Expires = \"Thu, 19 Nov 1981 08:52:00 GMT\";\r\n Pragma = \"no-cache\";\r\n \"Set-Cookie\" = \"PHPSESSID=f78oc50a41kk1nmnhdv3plp995; path=/\";\r\n \"Transfer-Encoding\" = Identity;\r\n Vary = \"Accept-Encoding\";\r\n}", "updateAuthor": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2012-11-20T01:00:26.000+0000", "updated": "2012-11-20T01:00:26.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }