{ "id": "171833", "key": "TIMOB-26152", "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-26T23:43:41.000+0000", "created": "2018-06-25T06:06:03.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [], "versions": [ { "id": "20115", "name": "Release 7.3.0", "archived": false, "released": true, "releaseDate": "2018-08-17" } ], "issuelinks": [ { "id": "56635", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "171829", "key": "TIMOB-26150", "fields": { "summary": "Windows: Scale Transform Events( source.id) is still `overlay`", "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": "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": "2018-06-28T17:31:40.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": "{{ScrollView}} doesn't return correct source when event listener is added to the scroll view's parent.\r\n\r\n{code}\r\nvar win = Ti.UI.createWindow({\r\n backgroundColor: 'green',\r\n width: 800,\r\n height: 600\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}),\r\n view2 = Ti.UI.createScrollView({\r\n width: '70%', height: '70%', backgroundColor: 'blue', id: 'view2'\r\n }),\r\n view3 = Ti.UI.createView({\r\n width: '70%', height: '70%', backgroundColor: 'pink', id: 'view3'\r\n });\r\n\r\nview2.add(view3);\r\nview.add(view2);\r\n\r\nview.addEventListener('click', function (e) {\r\n alert(e.source.id);\r\n});\r\n\r\nwin.add(view);\r\nwin.open();\r\n{code}\r\n\r\nExpected: When blue view is clicked, it should show \"view2\".\r\n", "attachment": [], "flagged": false, "summary": "Windows: ScrollView doesn't return correct event source", "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": "438661", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "https://github.com/appcelerator/titanium_mobile_windows/pull/1260\r\nhttps://github.com/appcelerator/titanium_mobile_windows/pull/1261\r\n", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2018-06-25T07:01:35.000+0000", "updated": "2018-06-25T07:01:35.000+0000" }, { "id": "438828", "author": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "body": "*Closing ticket.* Verified fix in SDK Version {{7.3.0.v20180627164434}} and SDK version {{7.4.0.v20180628005853}}\r\n\r\n*FR Passed*\r\n# Created an application with the code in the description \r\n# Ran the program \r\n# Pressed the blue square\r\n# 'view 2' was returned \r\n# Pressed the pink view\r\n# 'view 3' was returned \r\n\r\n*Test Environment*\r\n{code:java}\r\nAPPC Studio: 5.1.0.201806130735\r\nversion 7.0.4\r\nNoka lumia 550 (Win 10)\r\nOperating System:\r\nName = Microsoft Windows 10 Pro\r\nVersion = 10.0.15063\r\nArchitecture = 32bit\r\nCPUs = 4\r\nMemory = 16.0GB\r\nNode.js:\r\nNode.js Version = 8..9.1\r\n{code}\r\n", "updateAuthor": { "name": "smohammed", "key": "smohammed", "displayName": "Samir Mohammed", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-06-28T17:31:28.000+0000", "updated": "2018-06-28T17:31:28.000+0000" } ], "maxResults": 3, "total": 3, "startAt": 0 } } }