After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 752020 - When dragging&dropping an asset on the timeline, the clip position is different than the position of the clip widgets
When dragging&dropping an asset on the timeline, the clip position is differe...
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: Timeline
Git
Other Linux
: Normal normal
: Git
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2015-07-06 14:14 UTC by Alex Băluț
Modified: 2015-07-06 19:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
timeline: Fix timeline commit execution when dragging clips to the timeline (1.84 KB, patch)
2015-07-06 19:11 UTC, Thibault Saunier
committed Details | Review

Description Alex Băluț 2015-07-06 14:14:26 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.
Comment 1 Thibault Saunier 2015-07-06 19:11:15 UTC
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
Comment 2 Thibault Saunier 2015-07-06 19:16:32 UTC
Attachment 306954 [details] pushed as 489b03b - timeline: Fix timeline commit execution when dragging clips to the timeline