View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0016988 | MMW 5 | Now Playing | public | 2020-10-08 20:48 | 2020-12-28 18:25 |
Reporter | rusty | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 5.0 | ||||
Target Version | 5.0 | Fixed in Version | 5.0 | ||
Summary | 0016988: Tracklist moves and touch menus de-activate on track transition | ||||
Description | If the user plays a bunch of tracks, then each time a track advances to play the next track: 1) The tracklist in Music > All tracks repositions to the position of the last selected track 2) The contextual menu in Touch mode disappears e.g. 1) Tracklist moves: 1 play a bunch of tracks starting with TrackA 2 switch to Music > All tracks [List] 3 scroll partway down the list and select e.g. Track50 4 scroll further down the list e.g. to Track 200 5 when TrackA finishes and TrackB starts playing --> the tracklist moves by itself back to Track50! 2) Touch mode context menu is hidden: 0 switch to Touch mode 1 play a bunch of tracks starting with TrackA 2 switch to Music > All tracks [List] 3 select track50 --> Contextual menu appears so that the user can e.g. send it to a Playlist 4 select track53, and Track55 --> Contextual menu continues to display as expected 5 when TrackA finishes and TrackB starts playing --> the Contextual menu disappears! | ||||
Tags | No tags attached. | ||||
Fixed in build | 2270 | ||||
related to | 0013437 | closed | petr | Browser view: position changes / scrolls by itself [on track edit] |
related to | 0015917 | closed | Ludek | Tracklist/view moves by itself (sometimes continuously) [on search/filter] |
related to | 0015475 | closed | petr | Dynamic sorting issues |
related to | 0016961 | closed | petr | Selected file problem on sort in Playlists |
related to | 0017007 | closed | michal | Calling Properties on artist node can cause crash 0x998CC5A4 - regression |
related to | 0017299 | resolved | Ludek | Focused track gets out of view after resort (regression) |
|
This is a regression caused by Petr's SVN revision 36251 -- fix of 0015475 i.e. the new code in handleBeforeSort / handleSortChanged is causing this: https://www.dropbox.com/s/9al6xkl9x58gqr1/screenshot%202020-10-13%2010.56.25.png?dl=0 Track transition raises track property change which causes re-sorting of the list in [Music > All tracks] which causes the scroll to the focused item (in handleSortChanged ) |
|
Fixed |