Bug Tracker

Modify

Ticket #2712 (closed bug: invalid)

Opened 5 years ago

Last modified 5 years ago

Setting slider maxValue isn't working properly

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

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.

Change History

comment:1 Changed 5 years ago by imagis

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 !!!

comment:2 Changed 5 years ago by paul

  • Owner changed from paul to joern

comment:3 Changed 5 years ago by paul

  • Status changed from new to closed
  • Resolution set to invalid

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.