{ "id": "136374", "key": "TIMOB-17692", "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": "15972", "description": "Release 3.4.0", "name": "Release 3.4.0", "archived": false, "released": true, "releaseDate": "2014-09-28" }, { "id": "16704", "description": "Release 3.5.0", "name": "Release 3.5.0", "archived": false, "released": true, "releaseDate": "2015-01-13" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2014-09-26T20:15:08.000+0000", "created": "2014-09-10T12:45:10.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "TCSupportTriage", "regression" ], "versions": [], "issuelinks": [ { "id": "41397", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "129699", "key": "TIMOB-16882", "fields": { "summary": "iOS: Converting a blob into a valid image does not maintain dimensions", "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 } } } }, { "id": "41403", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "136771", "key": "TIMOB-17736", "fields": { "summary": "iOS: Titanium.Filesystem.File.write - Images don't save properly", "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": "jalter", "key": "jalter", "displayName": "Jon Alter", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2014-11-21T20:26:09.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": "This was working fine with SDK 3.3.0, but since 3.4.0-beta, my app cannot load previously saved images anymore...\r\n\r\nmessage = \"invalid image type\";\r\n[ERROR] : nativeLocation = \"-[TiUIImageView setImage_:] (TiUIImageView.m:685)\";\r\n[ERROR] : nativeReason = \"expected TiBlob, String, TiFile, was: TiBlob\";\r\n\r\nStrangely, it seems to expect a TiBlob, and gets one, but doesn't load it...", "attachment": [], "flagged": false, "summary": "iOS: Cannot load saved images anymore", "creator": { "name": "jdanthinne", "key": "jdanthinne", "displayName": "Jérôme Danthinne", "active": true, "timeZone": "Europe/Berlin" }, "subtasks": [], "reporter": { "name": "jdanthinne", "key": "jdanthinne", "displayName": "Jérôme Danthinne", "active": true, "timeZone": "Europe/Berlin" }, "environment": "SDK 3.4.0.v20140903121714", "closedSprints": [ { "id": 219, "state": "closed", "name": "2014 Sprint 19 SDK", "startDate": "2014-09-18T21:06:27.559Z", "endDate": "2014-09-27T00:00:00.000Z", "completeDate": "2014-09-29T13:58:58.022Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "322879", "author": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Thank you for the report. Can you please provide a test case?", "updateAuthor": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2014-09-10T18:30:55.000+0000", "updated": "2014-09-10T18:30:55.000+0000" }, { "id": "322895", "author": { "name": "jdanthinne", "key": "jdanthinne", "displayName": "Jérôme Danthinne", "active": true, "timeZone": "Europe/Berlin" }, "body": "Here's a very small part of my app, causing the bug.\r\nFirst pick an image, then click \"Show Image\" to load it.\r\n\r\n{code:title=index.xml|language=xml|borderStyle=solid}\r\n\r\n\t\r\n\t\t