-
Bug
-
Resolution: Duplicate
-
P4
-
None
Moved from internal bug database (6684316):
javafx.gui
Slider has min/max/value attributes. When they're initialized, the values are forwarded to the underlying JSlider. The issue is that if some of the values are bogus, JSlider adjusts them -- but the adjustments aren't captured back by the Slider. Fix this
javafx.gui
Slider has min/max/value attributes. When they're initialized, the values are forwarded to the underlying JSlider. The issue is that if some of the values are bogus, JSlider adjusts them -- but the adjustments aren't captured back by the Slider. Fix this