{ "id": "171729", "key": "TIMOB-26086", "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-18T18:26:36.000+0000", "created": "2018-06-04T06:59:16.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": [ { "id": "56583", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "171563", "key": "TIMOB-25986", "fields": { "summary": "Windows: Physical pixel as a unit in views and fonts is not working", "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": "2", "description": "A new feature of the product, which has yet to be developed.", "name": "New Feature", "subtask": false } } } }, { "id": "56567", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "171709", "key": "TIMOB-26072", "fields": { "summary": "Windows: Using a ScaleTransform Messes with Events", "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": "None", "id": "6" }, "issuetype": { "id": "7", "description": "gh.issue.story.desc", "name": "Story", "subtask": false } } } } ], "assignee": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2018-06-20T15:49:01.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": "Wrong {{source.id}} is returned after scaling the view with {{2DMatrix}}.\r\n\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n backgroundColor: 'green',\r\n width: 800,\r\n height: 400\r\n});\r\n\r\nvar view = Ti.UI.createView({\r\n backgroundColor: 'red',\r\n width: '80%',\r\n height: '80%',\r\n id: 'view'\r\n}), matrix = Ti.UI.create2DMatrix({\r\n scale: 0.5, anchorPoint: {x:0, y:0}\r\n}),\r\n view2 = Ti.UI.createView({\r\n width: '70%', height: '70%', backgroundColor: 'blue', id: 'view2'\r\n });\r\n\r\nview.add(view2);\r\n\r\nview.addEventListener('click', function (e) {\r\n alert(e.source.id);\r\n});\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: When clicking on the blue view, it should prompt {{\"view2\"}}.\r\n", "attachment": [], "flagged": false, "summary": "Windows: Wrong event source after scaling with 2DMatrix", "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": "438274", "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-11T10:09:29.000+0000", "updated": "2018-06-11T10:09:29.000+0000" }, { "id": "438487", "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-18T17:50:25.000+0000", "updated": "2018-06-18T22:51:03.000+0000" }, { "id": "438489", "author": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "body": "7_3_X: https://github.com/appcelerator/titanium_mobile_windows/pull/1259", "updateAuthor": { "name": "gmathews", "key": "gmathews", "displayName": "Gary Mathews", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-06-18T20:41:05.000+0000", "updated": "2018-06-18T20:41:05.000+0000" }, { "id": "438563", "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:48:52.000+0000", "updated": "2018-06-20T15:48:52.000+0000" } ], "maxResults": 6, "total": 6, "startAt": 0 } } }