View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0016733 | MMW 5 | Playlists | public | 2020-06-18 21:00 | 2020-08-28 23:19 |
Reporter | lowlander | Assigned To | |||
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 5.0 | ||||
Target Version | 5.0 | Fixed in Version | 5.0 | ||
Summary | 0016733: Can't move files between playlists | ||||
Description | Using Shift+Drag copies files between Playlists (Playlist Panels, Playlist Node and between Tabs), this does work in MediaMonkey 4. | ||||
Additional Information | https://www.mediamonkey.com/forum/viewtopic.php?f=30&t=96804 | ||||
Tags | No tags attached. | ||||
Fixed in build | 2260 | ||||
|
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. |
|
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 |
|
Fixed |
|
Verified 2260 Works for me now. |
|
Verified 2265 Drag and Drop works with or without using SHIFT (eg. Copy or Move) |