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 420847 - do not grow the timeline length if no clip was added or moved
do not grow the timeline length if no clip was added or moved
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: User interface
Git
Other Linux
: Normal normal
: 0.10.3
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2007-03-21 03:46 UTC by Jean-François Fortin Tam
Modified: 2007-04-17 13:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screencast: infinite scrolling (157.34 KB, application/ogg)
2007-03-21 03:47 UTC, Jean-François Fortin Tam
Details

Description Jean-François Fortin Tam 2007-03-21 03:46:56 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.
Comment 1 Jean-François Fortin Tam 2007-03-21 03:47:28 UTC
Created attachment 85019 [details]
screencast: infinite scrolling
Comment 2 Edward Hervey 2007-04-17 13:56:08 UTC
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.