Opened 13 years ago
Closed 13 years ago
#5178 closed bug (fixed)
Slider's change event fires on slide
Reported by: | vmx | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.8 |
Component: | ui.slider | Version: | 1.8rc1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When you attach a callback to the sliders "change" event (.slider({change: function() {/*idosomething*/}});) it is called on every move of the slider, just like the "slide" event. It's not the expected behaviour that it only fires when the value changed.
It's a regression, it works in UI 1.7.2.
To see the problem, replace the "slide" callback in the steps demo with "change".
Attachments (1)
Change History (5)
Changed 13 years ago by
Attachment: | ui-slider-change.patch added |
---|
comment:1 Changed 13 years ago by
Please have a look at the patch. Though I'm not really happy with it, as it is more of a hack than a fix.
comment:2 Changed 13 years ago by
Priority: | critical → blocker |
---|
Note: See
TracTickets for help on using
tickets.
Don't fire change event on slide