GNOME Bugzilla – Bug 420847
do not grow the timeline length if no clip was added or moved
Last modified: 2007-04-17 13:56:08 UTC
I can reproduce consistently a scary UI bug here: 1- drag a clip in the timeline 2- drag that clip and release it somewhere in the timeline (or even on top of itself) Notice how the scrollbar "zooms", that seems to mean that the timeline length grew, which is certainly not the right behavior. I will attach a very short screencast demonstrating the problem.
Created attachment 85019 [details] screencast: infinite scrolling
Fixed in svn, thanks for reporting. 2007-04-17 Edward Hervey <edward@fluendo.com> * pitivi/timeline/composition.py: (TimelineComposition.movesource): Clamp new positions values, and fixup check for same-position-as-before. Fixes #420847 * tests/test_timeline_composition.py: Add unit tests for same position moves, and insane values of new positions.