#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 10 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 10 years ago by
I just fixed this bug. Basically, by the time both handles are set to the maximum value, I give a focus on the first handle. Doing that, the lock is avoided because the user will have control on it (first handle), allowing drag it to the left whenever necessary.
I'll send a pull request.
comment:4 Changed 10 years ago by
comment:7 Changed 8 years ago by
comment:9 Changed 8 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 8 years ago by
Milestone: | none → 1.12.0 |
---|
There is a workaround for this issue, set the values separately (from hight to low index)
Extended test case: http://jsbin.com/oyires/10/