Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8168809 | 8u152 | Kevin Rushforth | P4 | Closed | Fixed | b01 |
Open any media sample, try to seek or change the volume by clicking on the slider, not on the thumb.
The thumb momentarily jumps to the point of click then goes back.
This happens because all slider value change listeners do actual work inside this condition:
if (timeSlider.isValueChanging()) {
which means that it only reacts to the thumb drag.
The thumb momentarily jumps to the point of click then goes back.
This happens because all slider value change listeners do actual work inside this condition:
if (timeSlider.isValueChanging()) {
which means that it only reacts to the thumb drag.
- backported by
-
JDK-8168809 Ensemble Media samples sliders don't react to clicks
-
- Closed
-
- blocks
-
JDK-8168611 Backport various Ensemble8 fixes from FX 9 to FX 8
-
- Closed
-
- relates to
-
JDK-8142439 Ensemble8 media player slider issues
-
- Resolved
-