View Issue Details

IDProjectCategoryView StatusLast Update
0016733MMW 5Playlistspublic2020-08-28 23:19
Reporterlowlander Assigned To 
PriorityimmediateSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version5.0 
Target Version5.0Fixed in Version5.0 
Summary0016733: Can't move files between playlists
DescriptionUsing Shift+Drag copies files between Playlists (Playlist Panels, Playlist Node and between Tabs), this does work in MediaMonkey 4.
Additional Informationhttps://www.mediamonkey.com/forum/viewtopic.php?f=30&t=96804
TagsNo tags attached.
Fixed in build2260

Activities

Ludek

2020-06-30 18:44

developer   ~0058691

Last edited: 2020-06-30 18:45

I see that this functionality has been already added by Petr in SVN revision 35616 "MMW5 - added ability to copy/move tracks in playlists"

Petr added dnd.handleMoveToPlaylist() function, but it fails currently on the line 906 in dndutils.js because srcControl is NULL, see:
https://www.dropbox.com/s/i7y9n0bqjn7a7xk/screenshot%202020-06-30%2020.42.50.png?dl=0

Assigned to Petr to look into it.

Ludek

2020-07-02 18:34

developer   ~0058736

Note that there are also several crash logs related to this line of code, e.g. crash id C491F1D2 "Cannot read property 'getSourceControl' of undefined"
on the line
var srcControl = e.dataTransfer.getSourceControl(e);
in dndutils.js > handleMoveToPlaylist

petr

2020-07-03 09:33

developer   ~0058749

Fixed

peke

2020-07-11 01:34

developer   ~0058884

Verified 2260

Works for me now.

peke

2020-08-28 23:19

developer   ~0059530

Verified 2265

Drag and Drop works with or without using SHIFT (eg. Copy or Move)