{ "id": "110002", "key": "TIMOB-12814", "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": "14982", "description": "Release 3.2.0", "name": "Release 3.2.0", "archived": false, "released": true, "releaseDate": "2013-12-19" }, { "id": "15971", "description": "Release 3.2.3", "name": "Release 3.2.3", "archived": false, "released": true, "releaseDate": "2014-04-30" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2014-01-30T00:01:02.000+0000", "created": "2013-02-21T22:34:44.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "exalture", "qe-closed-3.2.3" ], "versions": [ { "id": "13505", "description": "Release 3.0.0", "name": "Release 3.0.0", "archived": true, "released": true, "releaseDate": "2012-12-14" } ], "issuelinks": [], "assignee": { "name": "ingo", "key": "ingo", "displayName": "Ingo Muschenetz", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2014-06-19T12:44:15.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": "On HTC Explorer 2.3.5 when attempting to open an image >1mb in Photogallery an error is thrown due to lack of available memory.\r\n\r\nScreenshot of error message attached.\r\n\r\n", "attachment": [ { "id": "35692", "filename": "2013-01-26_10-06-17.jpg", "author": { "name": "jbuckley", "key": "jbuckley", "displayName": "Jamie Buckley", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2013-02-21T22:34:44.000+0000", "size": 30387, "mimeType": "image/jpeg" } ], "flagged": false, "summary": "Device throws an error when large images are handled.", "creator": { "name": "jbuckley", "key": "jbuckley", "displayName": "Jamie Buckley", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "jbuckley", "key": "jbuckley", "displayName": "Jamie Buckley", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "290188", "author": { "name": "mrahman", "key": "mrahman", "displayName": "Mostafizur Rahman", "active": true, "timeZone": "Asia/Dhaka" }, "body": "Hello,\r\n\r\nWe tested this issue with the test code below. We can’t reproduce in Ti SDK 3.2GA. We have opened 2MB+ image from photo gallery without getting any error.\r\n\r\n\r\nh5. Testing Environment\r\n\r\nMac OS X 10.8.5\r\nTi SDK 3.2.0.GA\r\nTi CLI 3.2.0 \r\nAndroid 2.3.3\r\n \r\n\r\nh5. Test Code \r\n\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n\tbackgroundColor : '#000',\r\n\tlayout : 'vertical'\r\n \r\n});\r\n \r\nvar frmgalary = Ti.UI.createButton({\r\n\ttitle : 'Go_To_Galary',\r\n\tcolor : '#000',\r\n\twidth : Ti.UI.SIZE,\r\n\theight : Ti.UI.SIZE,\r\n\tfont : {\r\n\t\tfontSize : 14,\r\n\t},\r\n\ttop : 10\r\n});\r\n \r\nwin.add(frmgalary);\r\n \r\nvar anImageView = Ti.UI.createImageView({\r\n\twidth : Ti.UI.SIZE,\r\n\theight : Ti.UI.SIZE,\r\n\ttop : 20,\r\n});\r\nwin.add(anImageView);\r\n \r\nfrmgalary.addEventListener('click', function() {\r\n\tTi.Media.openPhotoGallery({\r\n\t\tmediaTypes : [Ti.Media.MEDIA_TYPE_PHOTO],\r\n\t\tsuccess : function(e) {\r\n\t\t\tanImageView.image = e.media;\r\n \r\n\t\t},\r\n\t\tcancel : function() {\r\n\t\t},\r\n\t\terror : function(err) {\r\n\t\t}\r\n\t});\r\n});\r\n \r\nwin.open();\r\n\r\n\r\n{code}\r\n\r\n\r\nThanks \r\n", "updateAuthor": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2014-01-29T07:36:29.000+0000", "updated": "2014-01-30T00:01:44.000+0000" }, { "id": "290355", "author": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Resolving this as per updated test results. We tested the issue with TISDK 3.2GA and we could not reproduce it.", "updateAuthor": { "name": "shossain", "key": "shossain", "displayName": "Shak Hossain", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2014-01-30T00:01:02.000+0000", "updated": "2014-01-30T00:01:02.000+0000" }, { "id": "301399", "author": { "name": "dpandey", "key": "dpandey", "displayName": "Deepti Pandey", "active": true, "timeZone": "Asia/Kolkata" }, "body": "Verified FIXED using :\r\n\r\nAppc Studio: 3.2.3.201404162038\r\nSDK build: 3.2.3.v20140417162517, 3.3.0.v20140417173316 and 3.2.0 GA\r\nacs: 1.0.14\r\nnpm: 1.3.2\r\nalloy:1.3.1\r\nCLI: titanium@3.2.3-beta\r\ntitanium-code-processor:1.1.1-beta1\r\nXcode: 5.1.1\r\nOsx: Mavericks(10.9.2)\r\nDevice: Nexus 7 (4.3) and Nexus 5 (4.4.2)\r\n\r\nImage is viewed correctly. Hence closed.", "updateAuthor": { "name": "dpandey", "key": "dpandey", "displayName": "Deepti Pandey", "active": true, "timeZone": "Asia/Kolkata" }, "created": "2014-04-18T10:49:11.000+0000", "updated": "2014-04-18T10:49:11.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }