GNOME Bugzilla – Bug 663951
drag item to video player- drops it to bottom
Last modified: 2012-08-20 18:37:12 UTC
Originally reported at https://bugs.launchpad.net/hundredpapercuts/+bug/889759 when you drag an item from Nautilus to the default video players playlist, it allows you to position it within that list- eg to the next song in line. But then as soon as you release, it drops it down to the bottom of the list, and you have to then reposition it.
This bug probably shares a root cause with this one https://bugzilla.gnome.org/show_bug.cgi?id=634751
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 634751 ***
I don;t believe this is a duplicate as I am unable to reproduce the behaviour described in bug 634751, indicating that it has been fixed, while I am able to reproduce this behaviour
commit 1fde879b302bf3a98ea1d2dec11d63b4c8662688 Author: Bastien Nocera <hadess@hadess.net> Date: Fri Jul 13 15:46:24 2012 +0100 main: Fix drag'n'drop ordering on the playlist Since made the processing of playlists asynchronous, adding files to the playlist didn't insert them at the position we told them to, because the ->tree_path used to check where to insert it was freed before we had any chance to process the added MRLs. https://bugzilla.gnome.org/show_bug.cgi?id=663951
*** Bug 624292 has been marked as a duplicate of this bug. ***