#9046 closed bug (fixed)
Slider: Setting both values of range slider to maximum value, locks the slider
Reported by: | sup | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.12.0 |
Component: | ui.slider | Version: | 1.10.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The slider handles are locked, after setting both values of range slider to the maximum value. Worked fine with the previous versions (tested 1.8.23 and 1.9.2)
Test case: http://jsbin.com/oyires/1
Change History (10)
comment:1 Changed 9 years ago by
Status: | new → open |
---|---|
Summary: | Setting both values of range slider to maximum value, locks the slider → Slider: Setting both values of range slider to maximum value, locks the slider |
comment:3 Changed 9 years ago by
I just fixed this bug. Basically, by the time both values are put to the maximum value, I gave a focus on the first handle (doing that we avoid the lock). I'll send a pull request.
Version 0, edited 9 years ago
by
(next)
comment:4 Changed 9 years ago by
comment:7 Changed 7 years ago by
comment:9 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Slider: Fix handle order when setting values of range slider to max
When both values are set to the maximum change them in descending order
Fixes #9046 Closes gh-1502
Changeset: dff1c74dd4c0fd6b951c7c183bebae09f9f229f6
comment:10 Changed 7 years ago by
Milestone: | none → 1.12.0 |
---|
Note: See
TracTickets for help on using
tickets.
There is a workaround for this issue, set the values separately (from hight to low index)
Extended test case: http://jsbin.com/oyires/10/