{ "id": "62822", "key": "TIMOB-2190", "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": "11258", "description": "Holding Pen for Triaged Issues", "name": "Backlog", "archived": false, "released": false } ], "resolution": { "id": "3", "description": "The problem is a duplicate of an existing issue.", "name": "Duplicate" }, "resolutiondate": "2011-04-15T03:13:09.000+0000", "created": "2011-04-15T03:13:08.000+0000", "priority": { "name": "Trivial", "id": "5" }, "labels": [ "defect", "ios", "slider", "touchend" ], "versions": [], "issuelinks": [], "assignee": { "name": "blainhamon", "key": "blainhamon", "displayName": "Blain Hamon", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-03T06:26:51.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": "{html}

1.using this script:

\n

var win = Ti.UI.currentWindow;
\nvar slider = Titanium.UI.createSlider({
\nmin:0,
\nmax:100,
\nvalue:5,
\nwidth:100,
\nheight:'auto',
\ntop:30
\n});

\n

slider.addEventListener('touchend', function(e){
\nTi.API.info(\"touchend\");
\n}); win.add(slider);

\n

2.drag the slider some and relase - view output

\n

results:
\nMon Oct 25 15:01:50 unknown\nUIKitApplication:com.appcelerator.QAtests[0x3e9c][128] : [INFO] touchend
\nMon Oct 25 15:01:50 unknown\nUIKitApplication:com.appcelerator.QAtests[0x3e9c][128] : [INFO] touchend

\n

I can't seem to get less than 2X events, sometimes more (when\ndragging to end).

{html}", "attachment": [], "flagged": false, "summary": "iOS : Slider touch end event seems to be fired at least 2X", "creator": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "thomashuelbert", "key": "thomashuelbert", "displayName": "Thomas Huelbert", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "127773", "author": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "body": "{html}

Dupe of #2095

{html}", "updateAuthor": { "name": "stephentramer", "key": "stephentramer", "displayName": "Stephen Tramer", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-04-15T03:13:09.000+0000", "updated": "2011-04-15T03:13:09.000+0000" }, { "id": "408793", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": " Closing issue due to time passed and irrelevance of the ticket.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-03T06:26:51.000+0000", "updated": "2017-03-03T06:26:51.000+0000" } ], "maxResults": 2, "total": 2, "startAt": 0 } } }