View Issue Details

IDProjectCategoryView StatusLast Update
0021488MMW 5Now Playingpublic2025-02-21 19:26
ReporterLudek Assigned To 
PriorityurgentSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version2024.0 
Target Version2024.1Fixed in Version2024.1 
Summary0021488: Preview: Selected mode can show wrong track when Playing is set to 'List'
Description1) Set Playing to 'List' layout (default is 'Simplified list')
2) Go to Music > All files and select a track
=> track is selected in Preview panel
3) Double-click the track
=> first track from Playing list is shown in the Preview panel (instead of the double-clicked and selected track) !!
Additional Information[Ticket # 8864]
TagsNo tags attached.
Fixed in build3108

Relationships

related to 0021266 closedmichal Using Keyboard to remove track from Playing (List mode) reset focus position (regression b2815) 

Activities

Ludek

2025-02-14 17:25

developer   ~0078265

Last edited: 2025-02-14 17:25

Problematic code causing this is in
/controls/nowPlaying/tracklist.js

class NowPlayingTracklist
line 154: this.setFocusedAndSelectedIndex(lastFocus);

where the first track in Playing list gets selected and thus shown in the Preview instead of the selected track in filelisting..

@Michal: Please look into it as it is your code..

michal

2025-02-16 15:18

developer   ~0078279

Fixed in build 3108.

peke

2025-02-21 19:26

developer   ~0078327

Verified 3018