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 498071 - [Simple Timeline] Drag and Drop puts clips in the wrong slot
[Simple Timeline] Drag and Drop puts clips in the wrong slot
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: User interface
Git
Other All
: Normal normal
: 0.11.2
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2007-11-19 03:38 UTC by Tommy
Modified: 2007-11-25 13:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for ui/timelineobjects.py (1.31 KB, patch)
2007-11-19 03:39 UTC, Tommy
committed Details | Review

Description Tommy 2007-11-19 03:38:17 UTC
Please describe the problem:
Drag and drop to and within the simple timeline isn't calculating the drop position / slot correctly. I'm including a small patch which fixes this. It was using the height of the child widgets in stead of the width to calculate the slot position.

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Tommy 2007-11-19 03:39:42 UTC
Created attachment 99314 [details] [review]
patch for ui/timelineobjects.py
Comment 2 Edward Hervey 2007-11-25 13:35:59 UTC
Applied, thx a lot

2007-11-25  Edward Hervey  <bilboed@bilboed.com>

	Patch by: Tommy <yobbobandana at yahoo dot co dot nz>
	* pitivi/ui/timelineobjects.py:
	Fix drag and drop slots in the simple timeline.
	Fixes #498071