Opened 8 years ago

Closed 7 years ago

Last modified 7 years ago

#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 mukulhase

comment:2 Changed 7 years ago by Scott González

Owner: set to Scott González
Resolution: fixed
Status: newclosed

In a1905e2c:

Slider: Fixed max value miscalculation

Fixes #12852
Closes gh-1664

comment:3 Changed 7 years ago by Scott González

Milestone: none1.12.0
Note: See TracTickets for help on using tickets.