GNOME Bugzilla – Bug 648714
clips vanish from the timeline window, vertical scrollbar ceases working
Last modified: 2011-05-24 21:04:29 UTC
Created attachment 186696 [details] There is an audio clip below the bottom one in the timeline window which does not show It is difficult to tell what caused this, but upon reopening pitivi, the wav file I had added to the project was missing from the timeline window, although it still plays. When I switch to full screen and lift the bar separating the media library and preview windows as high as possible (giving the most room to the timeline window), I can see just the top edge of it. The vertical scrollbar on the side no longer works (the scrollbar takes up all the space, as if everything that needed viewing fit), so I can't scroll down to view the audio clip. I assume the real issue here is that the vertical scrollbar stopped working. I don't think it is a gnome theme issue since I am using the basic "Clearlooks" theme.
It would be nice to see the audio clip since I can see the waveform which makes it much easier to match up the video.
The git version as of this date does this as well.
The trick to reproduce this is: 1. in a project, add enough layers of clips so that vertical scrolling occurs. Clips can be normal video+audio clips (you don't need to use independent audio clips) 2. save the project 3. load the project Result: the vertical scrollbar isn't set when loading the project. Maybe the timeline canvas' height isn't set properly when loading a project?
commit 0aa59391fa92d75ee4f87931dfdb9af0942f938e Author: Thibault Saunier <thibault.saunier@collabora.co.uk> Date: Tue May 24 10:29:31 2011 -0400 ui: VScrollbar of the timeline has the good upper prop at loading a project Fixes: #648714