Search and Top Navigation
#3465 closed bug (fixed)
Opened September 25, 2008 11:16PM UTC
Closed October 20, 2008 07:43AM UTC
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)
Attachments (0)
Change History (1)
Changed October 20, 2008 07:43AM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in r808.