View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0014608 | MMW 5 | Main Panel | public | 2018-01-02 21:21 | 2018-12-14 14:22 |
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 | 0014608: Focus persistence issues when deleting tracks | ||||
Description | 1) 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. | ||||
Tags | No tags attached. | ||||
Fixed in build | 2089 | ||||
|
Item 2) fixed in 2089 |
|
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. |
|
Fixed |
|
Verified 2089 |