Opened 14 years ago
Closed 14 years ago
#3465 closed bug (fixed)
Callbacks in Slider
Reported by: | Cloudream | Owned by: | paul |
---|---|---|---|
Priority: | major | Milestone: | 1.7 |
Component: | ui.slider | Version: | 1.6rc2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
"moveTo" in Slider call users' functions in this (strange) order:
start stop change slide
But while sliding the handles, it's:
start slide+ stop change
The wrong order in "moveTo" causes problems in my one project :P (I use "slide" to show current value, and "change" to take effect since performance issue in "change" function)
Note: See
TracTickets for help on using
tickets.
Fixed in r808.