View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0013573 | MMW 5 | Now Playing | public | 2016-10-06 11:51 | 2017-11-02 13:20 |
Reporter | Ludek | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Fixed in Version | 5.0 | ||||
Summary | 0013573: Visual bookmark indicator like in MMA | ||||
Description | Originally reported as item 5b here: #13535 For podcasts, videos, audiobooks and bookmarkable content there's no bookmarking/play progress indicator, so users have no idea whether a track has been listened to or not (or to what extent). Attached screenshot how MMA implements it. Would be nice to have also in MM5 (in "simple list", "now playing" and "episodes view") | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Fixed in build | 2082 | ||||
|
Assigned to Jiri for review/prioritize/assign |
|
It'd definitely make sense to add this also to MM5. Feel free to decrease priority, should there be any issues in implementation though. |
|
Implemented in 2059 |
|
The indicator (sometimes?) appear even for tracks that don't have bookmarking enabled. E.g., for Music type I have bookmarking disabled, but the indicator appears in the tracklist in Album popup (see attached image). |
|
I cannot replicate at all, could you please debug what is going wrong? It is templates.bookmarkFunc() binding, the only idea I have is that it could be issue with item cloning, because controlClass is not cloned and it uses 'ProgressLine' control class. But watching that 'TracklistGrid' has this.itemCloningAllowed = false in initialize() so it probably isn't caused by cloning? |
|
I see, it appears for tracks that had been bookmarkable once upon a time, but are no longer bookmarkable. Fixed in 2082. |
|
Verified. |