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
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 comment:1
status: | new → open |
---|---|
summary: | Slider max value bug → Slider: Slide callback value should be restricted to valid values |
Changed March 07, 2015 05:38AM UTC by comment:2
_comment0: | Tried to reproduce the bug with the current version of jQuery, now the maximum value does not exceed 460 → 1425706830676102 |
---|
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 comment:3
milestone: | none → 1.11.2 |
---|---|
resolution: | → fixed |
status: | open → closed |
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.