{ "id": "169723", "key": "TIMOB-25248", "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": [], "resolution": { "id": "2", "description": "The problem described is an issue which will never be fixed.", "name": "Won't Fix" }, "resolutiondate": "2017-09-18T04:55:16.000+0000", "created": "2017-09-07T15:05:35.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [], "versions": [ { "id": "18414", "description": "", "name": "Release 6.2.0", "archived": false, "released": true, "releaseDate": "2017-09-13" } ], "issuelinks": [ { "id": "55902", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "158025", "key": "TIMOB-22075", "fields": { "summary": "Ti.UI.Button Test Suite: Titanium.UI.Button Acceptance TIMOB-7555", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "priority": { "name": "None", "id": "6" }, "issuetype": { "id": "10100", "description": "This Issue Type is used to create Zephyr Test within Jira.", "name": "Test", "subtask": false } } } }, { "id": "55899", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "158030", "key": "TIMOB-22080", "fields": { "summary": "Ti.UI.Button Test Suite: Titanium.UI.Button Acceptance TIMOB-10153", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "priority": { "name": "None", "id": "6" }, "issuetype": { "id": "10100", "description": "This Issue Type is used to create Zephyr Test within Jira.", "name": "Test", "subtask": false } } } } ], "assignee": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2018-08-02T22:20:06.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": "h5.Description\r\n\r\ntouchstart and touchend dont fire on a button\r\n\r\n{code}\r\nvar _window = Ti.UI.createWindow();\r\nvar button = Ti.UI.createButton({\r\n top: '10%',\r\n bottom: '10%',\r\n left: '10%',\r\n right: '10%',\r\n backgroundColor: 'black'\r\n});\r\n\r\nbutton.addEventListener('touchmove', function() {\r\n Ti.API.info('touchmove fired');\r\n button.title = 'touchmove fired'\r\n});\r\nbutton.addEventListener('touchstart', function() {\r\n Ti.API.info('touchstart fired');\r\n button.title = 'touchstart fired'\r\n});\r\nbutton.addEventListener('touchend', function() {\r\n Ti.API.info('touchend fired');\r\n button.title = 'touchend fired'\r\n});\r\n\r\n_window.add(button);\r\n_window.open()\r\n{code}\r\n\r\nh5.Steps to reproduce\r\n\r\n# Add the code above to an app.js and build for Windows\r\n# Click the button\r\n\r\nh5.Actual\r\n\r\nNo touchstart or touchend events\r\n\r\nh5.Expected \r\n\r\nShould see touchstart and touchend\r\n", "attachment": [], "flagged": false, "summary": "Windows: touchstart and touchend do not fire for button", "creator": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "subtasks": [], "reporter": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "environment": "Ti SDk 6.1.2.GA,6.2.0.v20170906064110, 7.0.0.v20170906135653", "closedSprints": [ { "id": 1058, "state": "closed", "name": "2018 Sprint 16 SDK", "startDate": "2018-07-29T22:26:06.486Z", "endDate": "2018-08-12T22:26:00.000Z", "completeDate": "2018-08-13T17:38:16.757Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "427991", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "These events are [disabled explicitly|https://github.com/appcelerator/titanium_mobile_windows/blob/master/Source/UI/src/Button.cpp#L129] on {{Button}} actually. I saw a inconsistency on its pointer event handling (such as, {{touchstart}} is fired but no {{touchend}} fired etc) so I decided to remove the support for it. I would resolve this as \"Won't Fix\".\r\n", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-09-18T04:55:16.000+0000", "updated": "2017-09-18T04:55:16.000+0000" }, { "id": "439740", "author": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing old \"Won't fix\" tickets. If you disagree, please reopen.", "updateAuthor": { "name": "emerriman", "key": "emerriman", "displayName": "Eric Merriman ", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2018-08-02T22:20:06.000+0000", "updated": "2018-08-02T22:20:06.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }