#5738 closed bug (fixed)
Slider documentation incorrect for slide event
Reported by: | phatmann | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.slider | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The slider documentation for the slide event says to use $(..).slider('value', index) in order to get one of the handles values. This is not correct, as this will get the previous value. The correct way to get the handle value is ui.values[index]. The documentation mentions ui.value but never mentions ui.values.
Change History (3)
comment:1 Changed 10 years ago by
Milestone: | TBD → 1.11.0 |
---|
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 10 years ago by
Milestone: | 1.11.0 → 1.9.0 |
---|
Note: See
TracTickets for help on using
tickets.
The documentation for 1.9 correctly talks about ui.value and ui.values now.