View Issue Details

IDProjectCategoryView StatusLast Update
0014608MMW 5Main Panelpublic2018-12-14 14:22
ReporterLudek Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version5.0 
Target Version5.0Fixed in Version5.0 
Summary0014608: Focus persistence issues when deleting tracks
Description1) When a track is deleted in Now Playing (by confirming the delete confirm dialog) then focus is lost totally from the NP list (not only focused track)

2) When a track is deleted from a playlist then the first track becomes focused. It should keep the focused index, i.e. next track should be focused as in MM4 and other apps.
TagsNo tags attached.
Fixed in build2089

Relationships

related to 0015265 closedmichal Column browser: The second column isn't reset to "all" when value in the first column is changed (sometimes) 

Activities

Ludek

2018-01-05 16:00

developer   ~0049490

Item 2) fixed in 2089

Ludek

2018-01-08 13:44

developer   ~0049494

Last edited: 2018-01-08 13:57

Most of the Item 1) fixed in 2089 too.

There is one remaining issue thought (currently workarounded in uitools.openDialog() )

The delete confirm dialog can raise 'settingschange' event which raises settings.observer 'change' which results in calling of docking.refreshCurrentLayout(); on the line 303 in docking.js
and the docking.refreshCurrentLayout(); is stealing the focus of NP list.

Assigned to Petr to fix the focus stealing.

petr

2018-01-10 10:27

developer   ~0049499

Fixed

peke

2018-02-07 23:45

developer   ~0049605

Verified 2089