Bug 362591 - git master: extract leaves group unmovable (immobile)
Summary: git master: extract leaves group unmovable (immobile)
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: User Interface (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-02 16:29 UTC by Wegwerf
Modified: 2016-05-09 16:52 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
example kdenlive project for triggering the bug (12.17 KB, application/xml)
2016-05-02 16:30 UTC, Wegwerf
Details

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