{ "id": "89832", "key": "TIMOB-8679", "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": "13271", "description": "Release 2.1.0", "name": "Release 2.1.0", "archived": false, "released": true, "releaseDate": "2012-06-29" }, { "id": "13272", "description": "Release 2.0.1", "name": "Release 2.0.1", "archived": true, "released": true, "releaseDate": "2012-04-16" }, { "id": "13277", "name": "Sprint 2012-08", "archived": true, "released": true, "releaseDate": "2012-04-22" }, { "id": "13270", "description": "Release 1.8 Service Pack 3 (CI for 1_8_X)", "name": "Release 1.8.3", "archived": true, "released": false } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-04-13T14:07:13.000+0000", "created": "2012-04-11T10:26:00.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "SupportTeam", "api" ], "versions": [ { "id": "13270", "description": "Release 1.8 Service Pack 3 (CI for 1_8_X)", "name": "Release 1.8.3", "archived": true, "released": false } ], "issuelinks": [], "assignee": { "name": "vduggal", "key": "vduggal", "displayName": "Vishal Duggal", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2012-04-30T21:48:18.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": "h3. Problem\r\n\r\nThe load event listener does not fire in the 1.8.3 build of April 10, 2012. It does not work for the April 5 and April 4, 2012 versions too.\r\n\r\nh3. Steps to Reproduce\r\n\r\n1. Run the sample code below:\r\n\r\n{noformat}\r\n\r\nvar win=Ti.UI.createWindow({\r\nbackgroundColor : 'blue'\r\n});\r\n\r\nvar imageView = Ti.UI.createImageView({\r\nimage: 'KS_nav_ui.png'\r\n});\r\n\r\nvar imageViewEventListener = function (e) {\r\nTi.API.info('I am in the load');\r\n};\r\n\r\nimageView.addEventListener('load', imageViewEventListener);\r\n\r\n\r\n\r\nwin.add(imageView);\r\nwin.open();\r\n\r\n{noformat}\r\n\r\nh3. Expected Result\r\n\r\nThe API info statement in *imageViewEventListener* should get printed on the console.\r\n", "attachment": [], "flagged": false, "summary": "iOS: ImageView \"load\" event does not fire with local image", "creator": { "name": "vjoshi", "key": "vjoshi", "displayName": "Varun Joshi", "active": true, "timeZone": "America/New_York" }, "subtasks": [], "reporter": { "name": "vjoshi", "key": "vjoshi", "displayName": "Varun Joshi", "active": true, "timeZone": "America/New_York" }, "environment": "Platform OS: iOS v 5.0\r\nTitanium SDK: 1.8.3\r\n", "comment": { "comments": [ { "id": "190731", "author": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Leaving the ticket open for PR against 2_0_X and master ", "updateAuthor": { "name": "srahim", "key": "srahim", "displayName": "Sabil Rahim", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-04-12T09:50:20.000+0000", "updated": "2012-04-12T09:50:20.000+0000" }, { "id": "190966", "author": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested with 2.0.1.v20120412163344 with iPad 5.1 and iPhone 3gs 4.3", "updateAuthor": { "name": "nhuynh", "key": "nhuynh", "displayName": "Natalie Huynh", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-04-13T16:07:20.000+0000", "updated": "2012-04-13T16:07:20.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }