#9355 closed bug (fixed)
Slider: Changing range option to false does not remove range div.
Reported by: | lukerichison | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.4 |
Component: | ui.slider | Version: | 1.10.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Fiddle: http://jsfiddle.net/lukerichison/QTB6D/
When dynamically changing the slide option "range" from true/min/max to false, the div class "ui-slider-range" does not clear or is not removed properly. Also, if the range option is changed from true to false, two handles remain instead of just one. This does not happen when switching from true to min/max.
In v1.9, updating the range value does not work. The usable workaround (for both versions) is to destroy the slider and then reinitialize with the new range option.
Change History (5)
comment:1 Changed 10 years ago by
Status: | new → open |
---|---|
Summary: | Dynamic Range type → Slider: Changing range option to false does not remove range div. |
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Slider: Remove range div when changing range option to false. Fixes #9355 - Slider: Changing range option to false does not remove range div.
Changeset: 2ba75e2c93638d89e89de52347da0013a7a841b8
comment:3 Changed 10 years ago by
Milestone: | none → 1.11.0 |
---|
comment:4 Changed 10 years ago by
Slider: Remove range div when changing range option to false. Fixes #9355 - Slider: Changing range option to false does not remove range div. (cherry picked from commit 2ba75e2c93638d89e89de52347da0013a7a841b8)
Changeset: 8fba171fec64cae094566c6777e40c252ecef812
comment:5 Changed 10 years ago by
Milestone: | 1.11.0 → 1.10.4 |
---|
range: true
with a single value is an invalid state. What