Bug 362591

Summary: git master: extract leaves group unmovable (immobile)
Product: [Applications] kdenlive Reporter: Wegwerf <wegwerf-1-2-3>
Component: User Interface & MiscellaneousAssignee: Jean-Baptiste Mardelle <jb>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: example kdenlive project for triggering the bug

Description Wegwerf 2016-05-02 16:29:45 UTC
After extracting a region of the timeline, the following group which correctly wasn't ungrouped and just moved becomes unmovable (immobile). Please find the enclosed simple project to (hopefully reproduce)

Reproducible: Always

Steps to Reproduce:
1. Load attached example kdenlive project.
2. Notice how the final clips on tracks "clips" and "whiteground" are grouped (with a transition).
3. Move this final group; this should work as expected.
4. Timeline > Extract
5. Try to move the group horizontally; this should not work now.

Bonus Bug (might not be an actual bug, but instead trigged only due to 5 working incorrectly):
6. Try to move the group vertically; this works, albeit there is no fourth video track present!
7. Undo; this semi-correctly moves the group only horizontally.
Comment 1 Wegwerf 2016-05-02 16:30:28 UTC
Created attachment 98747 [details]
example kdenlive project for triggering the bug
Comment 2 Jean-Baptiste Mardelle 2016-05-02 19:54:12 UTC
Git commit 8e6f71e815c590180b76e89b5d0d976f1516f375 by Jean-Baptiste Mardelle.
Committed on 02/05/2016 at 19:53.
Pushed by mardelle into branch 'master'.

Fix bug in group move

M  +15   -12   src/timeline/abstractgroupitem.cpp
M  +1    -0    src/timeline/customtrackview.cpp

http://commits.kde.org/kdenlive/8e6f71e815c590180b76e89b5d0d976f1516f375
Comment 3 Wegwerf 2016-05-09 16:52:22 UTC
This is fixed so I'm closing this one as RESOLVED FIXED in order to also reduce bug report noise.