{ "id": "65838", "key": "TIMOB-5592", "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": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-10-13T13:09:26.000+0000", "created": "2011-05-27T01:45:18.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [], "versions": [], "issuelinks": [], "assignee": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "updated": "2011-10-13T13:09:26.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": [], "description": "Touch events do not work with slider object. Slider in iPhone looks like a textField, seems it has the similar problems with touch events as textField and textArea objects. \r\n{code:JavaScript}\r\nvar win = Ti.UI.currentWindow;\r\n\r\nvar slider = Ti.UI.createSlider({\r\n\tvalue: 'the slider',\r\n\ttop: 10,\r\n\tleft: 10,\r\n\twidth: 200,\r\n\theight: 50,\r\n\tmin: 0,\r\n\tmax: 100\r\n});\r\n\r\n\r\nwin.add(slider);\r\n\r\nslider.addEventListener('doubletap', function(){\r\n\talert('touchmove works!');\r\n});\r\n\r\nslider.addEventListener('touchstart', function(){\r\n\talert('touchstart works!');\r\n});\r\n{code}", "attachment": [], "flagged": false, "summary": "MobileWeb: Touch events don't work with slider", "creator": { "name": "mvasko", "key": "mvasko", "displayName": "Misha Vasko", "active": true, "timeZone": "Europe/Kiev" }, "subtasks": [], "reporter": { "name": "mvasko", "key": "mvasko", "displayName": "Misha Vasko", "active": true, "timeZone": "Europe/Kiev" }, "environment": null, "comment": { "comments": [ { "id": "169232", "author": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "body": "Moving ticket to mobileweb.", "updateAuthor": { "name": "cbarber", "key": "cbarber", "displayName": "Chris Barber", "active": true, "timeZone": "America/Chicago" }, "created": "2011-10-13T13:08:47.000+0000", "updated": "2011-10-13T13:08:47.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }