Skip to main content

Search and Top Navigation

#5471 closed bug (fixed)

Opened April 01, 2010 06:57PM UTC

Closed April 01, 2010 07:03PM UTC

Last modified April 21, 2010 01:18PM UTC

slider: value not aligned to step when set programatically

Reported by: rdworth Owned by:
Priority: major Milestone: 1.8.1
Component: ui.slider Version: 1.8
Keywords: Cc:
Blocked by: Blocking:
Description

From the slider specs http://wiki.jqueryui.com/Slider#specs "value option/method: the value option is not restricted by min/max/step. What is returned by the value method is restricted by min (>=), max (<=), and step (even multiple)"

The slider method value currently returns a val restricted by min and max but not aligned to step. All values from this method should be aligned to step, though the value option underneath can contain an unaligned value, to prevent data loss.

Attachments (0)
Change History (3)

Changed April 01, 2010 07:03PM UTC by rdworth comment:1

resolution: → fixed
status: newclosed

Fixed in 5ffd3ab

Changed April 02, 2010 02:33PM UTC by rdworth comment:2

and 51b72a5

Changed April 21, 2010 01:18PM UTC by rdworth comment:3

milestone: 1.91.8.1