Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.9.0
-
None
Description
This issue can be reproduced 100% with the attached example .
When changing the RangeSlider's configuration, if the new first.value is greater than the previous to value, first.value ends up being set to the old to value, even though a new to value has been set.
Reproduction Steps:
- Press the "Setting 1" button
- Press the "Setting 2" button
- Press the "Load" button
Expected Behavior:
rangeSlider.first.value should be "2000"
Actual Behavior:
rangeSlider.first.value is "100"
Additional Info:
Calling setValues() directly works as expected.