GNOME Bugzilla – Bug 752020
When dragging&dropping an asset on the timeline, the clip position is different than the position of the clip widgets
Last modified: 2015-07-06 19:16:36 UTC
- Create a new project - Add tests/samples/one_fps...mkv - Add it at the end of the empty timeline (position 0) - Zoom out until you see 30m on the ruler - Drag&drop the asset to create a new clip at ~25:00 - Place the playhead right before the new clip, notice the viewer shows something (it should show black). The problem is "fixed" if you move the new clip.
Created attachment 306954 [details] [review] timeline: Fix timeline commit execution when dragging clips to the timeline We need to commit the timeline when we remove clips on drag-leave and we need to properly finish the context when after a drag leave there is a drag-drop signal
Attachment 306954 [details] pushed as 489b03b - timeline: Fix timeline commit execution when dragging clips to the timeline