The slider isValueChanging is not working correctly if you change the value by dragging the thumb.
First if you do not do slider.setSnapToTicks(true), dragging the thumb with the mouse will always make isValueChanging=true even after you "dropped" the thumb.
If you set slider.setSnapToTicks(true), dragging and releasing the thumb on the limits of the slider will make isValueChanging=true even after you "dropped" the thumb.Otherwise if you drop the thumb somewhere else other than the limits, isValueChanging works as expected.
Note: look at the console output while running the attached file.
First if you do not do slider.setSnapToTicks(true), dragging the thumb with the mouse will always make isValueChanging=true even after you "dropped" the thumb.
If you set slider.setSnapToTicks(true), dragging and releasing the thumb on the limits of the slider will make isValueChanging=true even after you "dropped" the thumb.Otherwise if you drop the thumb somewhere else other than the limits, isValueChanging works as expected.
Note: look at the console output while running the attached file.