Skip to main content

Search and Top Navigation

#2712 closed bug (notabug)

Opened April 18, 2008 12:44PM UTC

Closed May 04, 2008 07:48AM UTC

Last modified May 24, 2008 03:39AM UTC

Setting slider maxValue isn't working properly

Reported by: imagis Owned by: joern
Priority: major Milestone:
Component: ui.core Version: 1.2.3
Keywords: slider handle Cc:
Blocked by: Blocking:
Description

Hello,

I am trying to set maxValue for handles to 500

$('#myid').slider( {

stepping: 1,

minValue: 0,

maxValue: 500,

range: false,

stop: changeSlider

} );

Seems value is correctly set on maxValue but handles values are actually just in ranges of 0-100. realMax seems to be set to 100 whatever happens with maxValue.

Attachments (0)
Change History (4)

Changed April 18, 2008 01:13PM UTC by imagis comment:1

Btw, i noticed documentation is wrong.

Is saying to set maxValue and minValue, but should be set min and max instead.

There is no bug on code, it's a bug on documentation !!!

Changed April 23, 2008 09:53AM UTC by paul comment:2

owner: pauljoern

Changed May 04, 2008 07:48AM UTC by paul comment:3

resolution: → invalid
status: newclosed

Changed May 24, 2008 03:39AM UTC by comment:4

milestone: 1.2.4

Milestone 1.2.4 deleted