Keyboard navigation doesn't work as expected for the following slider:
Slider{
min: 0
max: 100
value: 0
showTickMarks: true
showTickLabels: true
majorTickUnit: 25
minorTickCount: 0
snapToTicks: true
}
Right key changes the value to 100, and left key doesn't work then. Expected behavior is increment by 25 for each key press.
Slider{
min: 0
max: 100
value: 0
showTickMarks: true
showTickLabels: true
majorTickUnit: 25
minorTickCount: 0
snapToTicks: true
}
Right key changes the value to 100, and left key doesn't work then. Expected behavior is increment by 25 for each key press.
- relates to
-
JDK-8107860 No change in behavior after changing the snapToTicks flag for Slider
-
- Closed
-