{ "id": "160641", "key": "TIMOB-23461", "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": "17706", "name": "Release 5.4.0", "archived": false, "released": true, "releaseDate": "2016-08-11" }, { "id": "17707", "name": "Release 5.3.0", "archived": false, "released": true, "releaseDate": "2016-06-04" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2016-06-01T13:46:40.000+0000", "created": "2016-06-01T06:56:12.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "qe-5.3.0" ], "versions": [ { "id": "17707", "name": "Release 5.3.0", "archived": false, "released": true, "releaseDate": "2016-06-04" } ], "issuelinks": [ { "id": "51906", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "160238", "key": "TIMOB-23374", "fields": { "summary": "Windows: Label backgroundColor cut through border with radius", "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": "2016-06-01T20:47:27.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": "{{Ti.UI.View}} ignores {{click}} event. \r\n\r\n*How to reproduce*\r\n\r\n{code}\r\nvar window = Ti.UI.createWindow({ backgroundColor: 'green' });\r\nvar view = Ti.UI.createView({\r\n borderRadius: 5,\r\n borderColor: 'orange',\r\n borderWidth: 10,\r\n backgroundColor: 'blue',\r\n width: '90%',\r\n height: '90%',\r\n});\r\nview.addEventListener('click', function () {\r\n Ti.API.info('View clicked');\r\n});\r\nwindow.addEventListener('click', function () {\r\n Ti.API.info('Window clicked');\r\n});\r\nwindow.add(view);\r\nwindow.open();\r\n{code}\r\n\r\n*Expected*\r\n\r\nClicking blue View should fire {{click}} event on both {{window}} and {{view}}.\r\n\r\n{code}\r\n[INFO] View clicked\r\n[INFO] Window clicked\r\n{code}\r\n\r\n*Actual*\r\n\r\nOnly {{[INFO] Window clicked}} is displayed.\r\n\r\nThis issue is introduced by TIMOB-23374.\r\n", "attachment": [], "flagged": false, "summary": "Windows: Ti.UI.View ignores click event", "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": 631, "state": "closed", "name": "2016 Sprint 11 SDK", "startDate": "2016-05-21T00:06:10.029Z", "endDate": "2016-06-04T00:06:00.000Z", "completeDate": "2016-06-06T07:30:39.854Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "387280", "author": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "body": "Merged to 5_3_X and master (5.4.0). I don't know status of 5.3.0 release, so the merge to 5_3_X may not make it in 5.3.0 release (but is lined up for a 5.3.1 if we do it).", "updateAuthor": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "created": "2016-06-01T13:46:40.000+0000", "updated": "2016-06-01T13:46:40.000+0000" }, { "id": "387320", "author": { "name": "htbryant", "key": "htbryant", "displayName": "Harry Bryant", "active": true, "timeZone": "Europe/London" }, "body": "Verified as fixed, Ti.UI.View now responds to click events.\r\n\r\nTested on: \r\nWindows 10 Pro \r\nWindows Phone 10.0 (Microsoft Lumia 640 LTE) \r\nAppc Studio: 4.6.0.201605201934\r\nTi SDK: 5.3.0.v20160601101756\r\nAppc NPM: 4.2.5-5\r\nAppc Core: 5.3.0-46\r\nNode: v4.4.4\r\n\r\n*Closing Ticket.*\r\n\r\n", "updateAuthor": { "name": "htbryant", "key": "htbryant", "displayName": "Harry Bryant", "active": true, "timeZone": "Europe/London" }, "created": "2016-06-01T20:47:15.000+0000", "updated": "2016-06-01T20:47:15.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }