Skip to main content

Search and Top Navigation

#4273 closed bug (notabug)

Opened March 04, 2009 11:42AM UTC

Closed March 18, 2009 12:50PM UTC

Last modified October 11, 2012 09:15PM UTC

Slider change event not working?

Reported by: webdawson Owned by:
Priority: minor Milestone:
Component: ui.slider Version: 1.6rc6
Keywords: slider, change, range Cc:
Blocked by: Blocking:
Description

Hi,

it seems that the change event is not working correct if i use range:true.

If i click on a slider and don't change it, the change event fires - so its like the stop event. (same with 1.6cr6 and 1.7).

Attachments (0)
Change History (2)

Changed March 18, 2009 12:50PM UTC by rdworth comment:1

resolution: → invalid
status: newclosed

This is as designed. See http://wiki.jqueryui.com/Slider#specs

  • stop callback: triggers when movement stops via mouse(mouseup) or keyboard(keyup). Not triggered by value option/method
  • change callback: triggers when the slider has stopped moving and has a new value (even if same as previous value), via mouse(mouseup) or keyboard(keyup) or value method/option

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:2

milestone: TBD

Milestone TBD deleted