View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0019851 | MMW 5 | Playlists (Auto) / Search / Filters | public | 2023-02-28 17:16 | 2023-12-15 18:19 |
Reporter | lowlander | Assigned To | |||
Priority | urgent | Severity | feature | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 5.0.4 | ||||
Target Version | 5.1 | Fixed in Version | 5.1 | ||
Summary | 0019851: AutoPlaylist Criteria should show selection tooltip | ||||
Description | The problem is if a user selects 15 random items from a selection of a 1000 items (like 15 Albums from a Library of a 1000 items) that there is no easy way to see what is actually selected. Opening the selection itself would require scrolling through a 1000 items to find the 15 selected. 3 1) Add a tooltip on Criteria that shows all selected (multi-line where needed). 2) Always show all items selected (create multi-line where needed). This may become unwieldy though if user selects 900 items. 3) Make all selections a window like Playlist Criteria (which has hide unselected) | ||||
Tags | No tags attached. | ||||
Fixed in build | 2828 | ||||
|
I'm not sure I understand. The issue that you describe is that there's no way to easily see all items that the user has selected in a view, but the solution described is specific to AutoPlaylists. If the problem exists in any view, why is the solution specific to AutoPlaylists? Or am I misunderstanding? |
|
The problem is in the Criteria. So for example you set the Criteria Artist equals and select 10 Artists from a Library of 10,000 Artists. There is no way to easily see what is selected once the selection list extends beyond the window width. Possible solutions: 1. Tooltip showing selection, however this may be unwieldy if user has 100's/1000's of items selected. 2. Multi-line, show full selection starting new lines as needed, still could be unwieldy. 3. Add show only selected, would also allow for easier deselection of selected items. |
|
Adding a tooltip (suggestion 1) would solve most cases. Ludek, please push if non-trivial. Note: another approach that might be anytime multiple items are check-selected (i.e. for auto-playlists, sync lists, multi-attribute fields, etc.) would be to always display the selected items at the top of the list. This allows users to more easily see what items are seleceted and to more easily deselect them. But this would be a future feature (especially since it's not clear that it would be desired behavior for playlist hierarchies). |
|
The tooltip is added in 5.1.0.2828 |
|
Verified on 2828 that tooltip has been added. |