View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0016217 | MMW 5 | Playlists | public | 2019-12-19 21:46 | 2020-01-26 01:34 |
Reporter | lowlander | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 5.0 | ||||
Target Version | 5.0 | Fixed in Version | 5.0 | ||
Summary | 0016217: Copy/Paste/Move Playlist --> tree nodes get mixed up | ||||
Description | If 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. | ||||
Tags | No tags attached. | ||||
Fixed in build | 2222 | ||||
|
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 |
|
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. |
|
Fixed in 2222 |
|
Verified 2223 Correct playlist is moved if using steps from 0016217:0055894 |