View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0014516 | MMW 5 | Main Panel | public | 2017-11-06 09:42 | 2017-12-18 17:00 |
Reporter | Ludek | 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 | 0014516: Art & Details window: Advancing to next playing track changes artwork also in the 'Selected' mode | ||||
Description | Reported here: http://forum.mediamonkey.com/viewtopic.php?f=30&t=88793 "I am running in dj mode. I selected SELECTED mode and the artwork etc shows the correct selected item. But when the track changes it then shows the Now Playing artwork. Shouldn't it stay on selected? If i then 'select' another track the artwork etc changes. But when the track changes .. it again shows Playing" | ||||
Tags | No tags attached. | ||||
Fixed in build | 2083 | ||||
|
Fixed in 2082 |
|
I reverted the fix for several reasons. Nevertheless the fix was just consequence of a real cause that should be fixed. When playback advances to the next track then the focus in NP is changed to the playing track. It is caused by line 4205 in FullPlayer.pas (method TFullPlayer.SetCurrentTrack): Entries.focusedIndex := FPlaylistPos; My though was that the line is there so that playing track is always scrolled into view. Jiri objected that the focus shouldn't be auto-changed by this. The playing item should scroll into view, but focused item should remain still the same (as in MM4), assigned to Michal for a fix. |
|
Fixed in build 2083. It autoscrolls now without changing focus, but only if NowplayingList is not active (i.e. user is not inside NP list). |
|
Verified 2083 |