{ "id": "171728", "key": "TIMOB-26085", "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": "20115", "name": "Release 7.3.0", "archived": false, "released": true, "releaseDate": "2018-08-17" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2018-06-18T22:53:51.000+0000", "created": "2018-06-04T06:46:53.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [ { "id": "20102", "name": "Release 7.1.1", "archived": false, "released": true, "releaseDate": "2018-05-02" } ], "issuelinks": [], "assignee": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2018-06-20T15:46:44.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": "View scale with {{2DMatrix}} should scale the view from center position of the view.\r\n\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n backgroundColor: 'green'\r\n});\r\n\r\nvar view = Ti.UI.createView({\r\n backgroundColor: 'red',\r\n width: 100,\r\n height: 200,\r\n id: 'view'\r\n}), matrix = Ti.UI.create2DMatrix({\r\n scale: 0.5\r\n}),\r\n view2 = Ti.UI.createWindow({\r\n width: 50, height: 50, backgroundColor: 'blue', id: 'view2'\r\n });\r\n\r\nview.add(view2);\r\n\r\nvar animation = Ti.UI.createAnimation({\r\n transform: matrix,\r\n duration: 3000\r\n});\r\n\r\nwin.addEventListener('open', function () {\r\n view.animate(animation);\r\n});\r\n\r\nwin.add(view);\r\nwin.open();\r\n{code}\r\n\r\nExpected: View should scale from center of the view.", "attachment": [], "flagged": false, "summary": "Windows: 2DMatrix should scale from center", "creator": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "environment": null, "closedSprints": [ { "id": 1045, "state": "closed", "name": "2018 Sprint 13 SDK", "startDate": "2018-06-17T20:47:13.621Z", "endDate": "2018-07-01T20:47:00.000Z", "completeDate": "2018-07-02T18:40:05.029Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "438079", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "https://github.com/appcelerator/titanium_mobile_windows/pull/1249", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2018-06-04T06:50:49.000+0000", "updated": "2018-06-04T06:50:49.000+0000" }, { "id": "438499", "author": { "name": "jlongton", "key": "jlongton", "displayName": "Josh Longton", "active": true, "timeZone": "Europe/London" }, "body": "*FR* passed ", "updateAuthor": { "name": "jlongton", "key": "jlongton", "displayName": "Josh Longton", "active": true, "timeZone": "Europe/London" }, "created": "2018-06-18T22:54:07.000+0000", "updated": "2018-06-18T22:54:07.000+0000" }, { "id": "438562", "author": { "name": "jlongton", "key": "jlongton", "displayName": "Josh Longton", "active": true, "timeZone": "Europe/London" }, "body": "*Closing ticket.* \r\nMore information on steps and env can be found on the FR\r\n\r\nThe fix is present in SDK:\r\n{noformat}\r\n7.3.0.v20180618182516\r\n{noformat}", "updateAuthor": { "name": "jlongton", "key": "jlongton", "displayName": "Josh Longton", "active": true, "timeZone": "Europe/London" }, "created": "2018-06-20T15:46:32.000+0000", "updated": "2018-06-20T15:46:32.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }