Page MenuHomePhabricator

VideoPlayer Slider does not jump to specific mouse position
Closed, ResolvedPublic

Description

For description see task T20043.

You can drag the slider itself but it doesn't jump to a specific mouse position by clicking on the progress bar.

The control of the slider is in QmitkOpenCVVideoControls.cpp. It might be solved by using an event handler method (like on_VideoProgressSlider_...). Should be similar to the VideoProgressSlider methods.

Event Timeline

reinkea added a project: Restricted Project.

slider jumps to specific location in MIDDLE mouse button.
Slider increments/decrements by 10% video length on LEFT mouse button. RIGHT mouse button has no functionality on slider.