{ "id": "155950", "key": "TIMOB-23125", "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": "17706", "name": "Release 5.4.0", "archived": false, "released": true, "releaseDate": "2016-08-11" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2016-06-28T03:45:07.000+0000", "created": "2016-03-24T14:24:04.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "gallery", "image", "media", "qe-5.4.0" ], "versions": [ { "id": "17684", "name": "Release 5.2.1", "archived": false, "released": true, "releaseDate": "2016-03-25" } ], "issuelinks": [ { "id": "51190", "type": { "id": "10020", "name": "Depends", "inward": "is dependent of", "outward": "depends on" }, "outwardIssue": { "id": "159070", "key": "TIMOB-23115", "fields": { "summary": "Windows: ImageView.image doesn't handle Ti.File/Blob", "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": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "subtask": false } } } }, { "id": "52088", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "161396", "key": "TIMOB-23568", "fields": { "summary": "Windows: JSON.stringify against Blob causes app freeze", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "priority": { "name": "Medium", "id": "3" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2016-06-28T17:08:07.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": "12642", "name": "Windows", "description": "Windows authoring support" } ], "description": "It's affected 5.2.0\r\n\r\nError code: -1;\r\nError message: 'Failed to load content from file'\r\n\r\n*index.js:*\r\n{code:javascript}\r\nfunction onTest() {\r\n\tTitanium.Media.openPhotoGallery({\r\n \t\tmediaTypes: [Ti.Media.MEDIA_TYPE_PHOTO],\r\n\t\tsuccess: function(e) {\r\n\t\t\t$.imageView.image = e.media;\r\n\t\t},\r\n\t\terror: function(error) {\t\t\t\r\n\t\t\tTitanium.UI.createAlertDialog({\r\n\t\t\t\ttitle: error.code,\r\n\t\t\t\tmessage: error.error,\r\n\t\t\t\tok: 'ok'\r\n\t\t\t}).show();\r\n\t\t}\r\n\t});\r\n}\r\n\r\n$.win.open();\r\n{code}\r\n\r\n*index.xml:*\r\n{noformat}\r\n\r\n \r\n\t\t