Skip to main content

Search and Top Navigation

#10078 closed bug (fixed)

Opened May 29, 2014 03:49PM UTC

Closed March 07, 2015 01:23PM UTC

Last modified March 12, 2015 11:23AM UTC

Slider: Slide callback value should be restricted to valid values

Reported by: ritergrin Owned by:
Priority: minor Milestone: 1.11.2
Component: ui.slider Version: 1.10.4
Keywords: Cc:
Blocked by: Blocking:
Description

http://jsfiddle.net/7TEp3/

Put slider on the end and a little more right. Cur value will be more then "max".

That is happens when "min" value in settings less than "step", but more then zero.

Attachments (0)
Change History (4)

Changed May 29, 2014 04:04PM UTC by scottgonzalez comment:1

status: newopen
summary: Slider max value bugSlider: Slide callback value should be restricted to valid values

Well, the slider never actually gets a value greater than the max, but the slide event says that the user is trying to slide to a value greater than the max. That shouldn't happen, but you also shouldn't have a max that isn't a valid value.

Changed March 07, 2015 05:38AM UTC by atomiomi comment:2

_comment0: Tried to reproduce the bug with the current version of jQuery, now the maximum value does not exceed 4601425706830676102

Tried to reproduce the bug with the current version of jQuery, now the maximum value does not exceed 460. Everything alright

Changed March 07, 2015 01:23PM UTC by scottgonzalez comment:3

milestone: none1.11.2
resolution: → fixed
status: openclosed

Changed March 12, 2015 11:23AM UTC by Ablay Keldibek comment:4

Slider: Verify value constraint with a max that is a step mismatch

Ref #10078

Closes gh-1485

Changeset: 21831f5036bd695cc2734ec3f44e97549d2f7660