Opened 13 years ago

Closed 10 years ago

Last modified 10 years ago

#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 Scott González

Milestone: TBD1.11.0

comment:2 Changed 10 years ago by petersendidit

Resolution: fixed
Status: newclosed

The documentation for 1.9 correctly talks about ui.value and ui.values now.

comment:3 Changed 10 years ago by Scott González

Milestone: 1.11.01.9.0
Note: See TracTickets for help on using tickets.