Ticket #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: | ||
| Blocking: | Blocked by: |
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)
Change History
Note: See
TracTickets for help on using
tickets.


Fixed in r808.