Bug 358698

Summary: 15.13.0 git master - Using keyboard navigation in timeline causes playback position to become unresponsive (video example included)
Product: [Applications] kdenlive Reporter: Unknown <null>
Component: User Interface & MiscellaneousAssignee: Jean-Baptiste Mardelle <jb>
Status: RESOLVED FIXED    
Severity: normal CC: null
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
URL: https://youtu.be/0yaHSndryl8
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Unknown 2016-01-28 20:04:23 UTC
See video in URL field for example.

While a clip is in the timeline, I pressed alt+ left arrow or right arrow to move to the end and beginnings of clips. After I did that once, the playback position stopped responding. I couldn't move it with the mouse, the keyboard, or even the mouse scrollwheel to scrub things along.

Reproducible: Always




Tested with Kdenlive git master build 15.13.0.r6968.723a8b8-1 on Antergos Linux x64, GNOME 3.18.3.
Comment 1 Jean-Baptiste Mardelle 2016-01-28 22:42:06 UTC
Nice usage of the project notes :) 
I can reproduce, working on it.
Comment 2 Jean-Baptiste Mardelle 2016-01-28 23:33:04 UTC
Git commit 5d9111aab2f1c0a2b2748204039c4ea9572c851a by Jean-Baptiste Mardelle.
Committed on 28/01/2016 at 23:32.
Pushed by mardelle into branch 'master'.

Fix recent seeking regression

M  +4    -5    src/monitor/monitor.cpp
M  +1    -0    src/renderer.cpp
M  +4    -3    src/timeline/customtrackscene.cpp

http://commits.kde.org/kdenlive/5d9111aab2f1c0a2b2748204039c4ea9572c851a
Comment 3 Unknown 2016-01-29 06:07:01 UTC
Turned out project notes was pretty handy for bug report screencasts. :)

Just tested the latest master git build. Looks like everything works perfectly again. Issue is resolved. Thanks JB!