Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-1486] Slider 'touchend' event only works on Track

GitHub Issuen/a
TypeBug
PriorityTrivial
StatusClosed
ResolutionInvalid
Resolution Date2011-04-15T02:54:06.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labelsevents, slider, touchend
Reporterjbermudez
AssigneeKevin Whinnery
Created2011-04-15T02:54:05.000+0000
Updated2017-03-09T23:14:54.000+0000

Description

While trying to update a component with a slider I encountered no way to detect that the slider was released.
The touchend event works only on the track of the slider.

Comments

  1. kevinwhinnery 2011-04-15

    can you not use mySlider.addEventListener('change',function(e) { Ti.API.info(e.value) });

  2. kevinwhinnery 2011-04-15

    Marking as invalid for now - if the change event doesn't work, we can open a new bug for that.

  3. Dunk Fordyce 2011-10-13

    i dont this should be closed. it would be very usefull to have start/stop events for when the slider is being dragged. changed fires constantly and not once at the end of a drag.
  4. Lee Morris 2017-03-09

    Closing ticket as invalid.

JSON Source