View Issue Details

IDProjectCategoryView StatusLast Update
0016217MMW 5Playlistspublic2020-01-26 01:34
Reporterlowlander Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version5.0 
Target Version5.0Fixed in Version5.0 
Summary0016217: Copy/Paste/Move Playlist --> tree nodes get mixed up
DescriptionIf you
1) Copy a Playlist
2) Paste Playlist (can't be done in same node, could this be fixed too?)
3) Rename pasted Playlist
3..5) Maybe required, move Playlist to same node as original
4) Paste Playlist

Expected the Playlist has the name of the original Playlist, instead it has name of renamed pasted Playlist.
TagsNo tags attached.
Fixed in build2222

Relationships

related to 0016261 closedpetr Playlists: New Playlists should be first in tree till refresh / focus issue with prompt for playlist name at top of List 

Activities

rusty

2020-01-16 07:25

administrator   ~0055894

In the course of triaging this, I replicated a similar bug:
1 Copy Playlist 1
2 Paste it into playlist 2 (which contains 2 other playlists)
3 Rename the pasted list (causing it to change position in the hierarchy)
4 Move the pasted list into playlist 1
--> The wrong playlist is moved!

I suspect that the problem is that when the playlist is renamed the sort order of the playlists can change even though the display order doesn't, and then MM moves the wrong playlist.

See video to better understand: https://www.screencast.com/t/qyTFtJqQPAT

peke

2020-01-20 21:49

developer   ~0056046

I think it was always like that, as it query Playlist ID on Paste and do not use Playlist Object as temp storage for playlist.

Ludek

2020-01-22 10:23

developer   ~0056105

Fixed in 2222

peke

2020-01-26 01:34

developer   ~0056222

Verified 2223

Correct playlist is moved if using steps from 0016217:0055894