{ "id": "86132", "key": "TIMOB-7555", "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": "12096", "description": "", "name": "Sprint 2012-04", "archived": true, "released": true, "releaseDate": "2012-02-26" }, { "id": "12593", "name": "Release 2.0.0", "archived": false, "released": true, "releaseDate": "2012-03-30" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-03-27T09:55:46.000+0000", "created": "2012-02-06T14:26:55.000+0000", "priority": { "name": "High", "id": "2" }, "labels": [ "module_button", "parity", "qe-testadded" ], "versions": [ { "id": "12570", "name": "Release 1.7.5", "archived": true, "released": true, "releaseDate": "2011-11-02" }, { "id": "12580", "description": "Dual Runtime 1.8.0", "name": "Release 1.8.0.1", "archived": true, "released": true, "releaseDate": "2011-12-22" }, { "id": "12593", "name": "Release 2.0.0", "archived": false, "released": true, "releaseDate": "2012-03-30" }, { "id": "12677", "description": "Release 1.8 Service Pack 1", "name": "Release 1.8.1", "archived": true, "released": true, "releaseDate": "2012-01-31" } ], "issuelinks": [], "assignee": { "name": "mstepanov", "key": "mstepanov", "displayName": "Max Stepanov", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2012-03-27T09:55:46.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": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "Button touchmove event fails to fire.\r\n\r\nSteps to Reproduce:\r\n\r\n1. Run code.\r\n\r\n{code:title=app.js}\r\nvar win = Ti.UI.createWindow({backgroundColor:'white'});\r\nvar button = Ti.UI.createButton({width:'200',height:'200'});\r\nbutton.addEventListener('touchmove',function(){\r\n\tTi.API.info('touchmove fired');\r\n});\r\nbutton.addEventListener('touchstart',function(){\r\n\tTi.API.info('touchstart fired');\r\n});\r\nbutton.addEventListener('touchend',function(){\r\n\tTi.API.info('touchend fired');\r\n});\r\nbutton.addEventListener('touchcancel',function(){\r\n\tTi.API.info('touchcancel fired');\r\n});\r\nbutton.addEventListener('click',function(){\r\n\tTi.API.info('click fired');\r\n});\r\nbutton.addEventListener('dblclick',function(){\r\n\tTi.API.info('dblclick fired');\r\n});\r\n\r\nwin.add(button);\r\nwin.open();\r\n{code}\r\n\r\n2. Press button, move, and release.\r\n\r\nExpected Result:\r\n\r\nConsole should output three event types: 'touchstart', 'touchmove', 'touchend'.\r\n\r\nActual Result:\r\n\r\nNo 'touchmove' is printed.", "attachment": [], "flagged": false, "summary": "iOS: Titanium.UI.Button: touchmove event fails to fire", "creator": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "SDK: 1.8.1 githash=a24502a, 1.9.0.v20120203163134\r\nStudio: 1.0.8.201201262211\r\nOS: Lion\r\nDevices Tested: iPhone/iPad Simulator 5.0, iPhone 5.0.1, iPad2 4.3.5", "comment": { "comments": [ { "id": "183105", "author": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Unless this is a regression we may wish to consider this bug invalid.", "updateAuthor": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-02-14T15:24:31.000+0000", "updated": "2012-02-14T15:24:31.000+0000" }, { "id": "184522", "author": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Closing as Fixed.\r\n\r\nSDK: 2.0.0.v20120228094643\r\nStudio: 1.0.9.201202141208\r\nOS: Snow Leopard\r\nDevices Tested: iPod 4.3.3, iPhone4 4.3.5, iPhone Simulator 5.0, iPad2 5.0.1", "updateAuthor": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-02-28T12:07:29.000+0000", "updated": "2012-02-28T12:07:29.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }