Ensemble Media samples sliders don't react to clicks

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: 8u45
    • Component/s: javafx

        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.

              Assignee:
              Morris Meyer (Inactive)
              Reporter:
              Vadim Pakhnushev
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: