Bug 358698 - 15.13.0 git master - Using keyboard navigation in timeline causes playback position to become unresponsive (video example included)
Summary: 15.13.0 git master - Using keyboard navigation in timeline causes playback po...
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: User Interface & Miscellaneous (other bugs)
Version First Reported In: unspecified
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL: https://youtu.be/0yaHSndryl8
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-28 20:04 UTC by Unknown
Modified: 2016-01-29 06:07 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!