{ "id": "83922", "key": "TIMOB-6691", "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": "12093", "description": "", "name": "Sprint 2012-01", "archived": true, "released": true, "releaseDate": "2012-01-15" }, { "id": "12593", "name": "Release 2.0.0", "archived": false, "released": true, "releaseDate": "2012-03-30" }, { "id": "12677", "description": "Release 1.8 Service Pack 1", "name": "Release 1.8.1", "archived": true, "released": true, "releaseDate": "2012-01-31" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-01-09T12:24:45.000+0000", "created": "2011-12-15T09:30:59.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "merge-1.8.1", "qe-port" ], "versions": [ { "id": "11331", "description": "", "name": "Release 1.8.0", "archived": true, "released": true, "releaseDate": "2011-10-31" } ], "issuelinks": [], "assignee": { "name": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2012-08-15T14:06:38.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": [], "description": "The multiply method in 2DMatrix on Android does not do anything with the argument given to it. The operation should occur on the argument rather than the \"this\" object.", "attachment": [], "flagged": false, "summary": "Android: 2DMatrix multiply method ignores passed in argument", "creator": { "name": "opiecyrus", "key": "opiecyrus", "displayName": "Opie Cyrus", "active": true, "timeZone": "America/Chicago" }, "subtasks": [], "reporter": { "name": "opiecyrus", "key": "opiecyrus", "displayName": "Opie Cyrus", "active": true, "timeZone": "America/Chicago" }, "environment": null, "comment": { "comments": [ { "id": "176609", "author": { "name": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Testing steps: Run this snippet in Android and it should work as expected. Can also test by comparing behavior in iOS simulator.\r\n{code}\r\nvar matrix1 = Ti.UI.create2DMatrix();\r\nvar matrix2 = Ti.UI.create2DMatrix();\r\nmatrix1 = matrix1.rotate(90);\r\nmatrix2 = matrix2.scale(2,1);\r\nvar matrix3 = matrix2.multiply(matrix1);\r\n\r\nvar win1 = Ti.UI.createWindow({backgroundColor: \"white\"});\r\nvar view = Ti.UI.createView({height: 100, width: 50, backgroundColor: \"green\"});\r\nwin1.add(view);\r\nwin1.open();\r\nview.animate({transform: matrix3, duration: 10000});\r\n{code}\r\n\r\nExpected result: you should see a square if the multiplication is applied in the correct order.", "updateAuthor": { "name": "hpham", "key": "hpham", "displayName": "Hieu Pham", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-12-19T16:19:44.000+0000", "updated": "2012-01-03T17:31:34.000+0000" }, { "id": "214652", "author": { "name": "rumbrasas", "key": "rumbrasas", "displayName": "Rima Umbrasas", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Verified fixed with :\r\nMobile sdk-2.2.0.v20120810080115\r\nTitanium Studio, build: 2.1.1.201207271312\r\nDevice:\r\nGalaxy S III Android version 4.0.4\r\n3 iPhone emulator.", "updateAuthor": { "name": "rumbrasas", "key": "rumbrasas", "displayName": "Rima Umbrasas", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-08-15T14:05:35.000+0000", "updated": "2012-08-15T14:05:35.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }