#12852 closed bug (fixed)
Slider: Cannot reach max value with step of 0.01
Reported by: | ggkovacs | Owned by: | Scott González |
---|---|---|---|
Priority: | minor | Milestone: | 1.12.0 |
Component: | ui.slider | Version: | 1.11.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I've created a slider with values from 1.22 to 10.75 with a 0.01 step. The lower bound works just fine, but the max value is never able to be reached via the slider.
Here's a jsfiddle example:
http://jsfiddle.net/f4ync23g/1/
The slider in the example should go to 10.75, however it stops at 10.74.
Change History (3)
comment:1 Changed 7 years ago by
comment:2 Changed 7 years ago by
Owner: | set to Scott González |
---|---|
Resolution: | → fixed |
Status: | new → closed |
In a1905e2c:
comment:3 Changed 7 years ago by
Milestone: | none → 1.12.0 |
---|
Note: See
TracTickets for help on using
tickets.
Submitted pull request https://github.com/jquery/jquery-ui/pull/1664