View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0020996 | MMW 5 | Help / Docs / Localization | public | 2024-06-06 19:38 | 2026-09-18 18:48 |
| Reporter | zvezdan | Assigned To | |||
| Priority | urgent | Severity | text | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 2024.0 | ||||
| Target Version | 2027.0 | Fixed in Version | 2027.0 | ||
| Summary | 0020996: Tooltip suggestions | ||||
| Description | 1. Tree menu button, Playing menu button, Preview menu button, Preview layout button, Menu button in info panel have missing tooltip. 2. Play and Shuffle in popup header should be renamed to Play normally and Play shuffled (as they are in info panel). 3. Play normally button when hovering any item in popup listview has missing tooltip. 4. Toolbar menu button for view options is showing the chosen view in tooltip, e.g. Browser (the same tooltip has the button on its left side); it should have different text since this is not what happens when you click that button, it could be named e.g. "Main panel view" (as it is the corresponding option in View menu), or "View menu", or something like that. 5. All buttons that have assigned hotkeys should have appended that text to the tooltip, AFAIK, Previous/Next view and Search buttons are the only one having it. 6. Minimize to Mini Player should be renamed to Switch to Mini Player. 7. Minimize: Left/Right panel should be renamed to Hide or Close; Minimize is a standard term used for a Windows system button and should not be used for such things; besides, Minimize is not opposite to Show: Left/Right panel that you have in tooltip when the panel is closed. 8. Main menu has missing tooltip (View > Menu bar toggled off). 9. Shuffle button in player has too long tooltip, it covers almost the whole player, there is really no need to explain what this button is doing. 10. Long tooltips should have displayed only shortened text, but they could have added showMore button on the right side; when user clicks on that button, the tooltip could expand to show full text (something like this in VSCode: https://code.visualstudio.com/assets/updates/1_89/hover-verbosity.mp4). | ||||
| Tags | No tags attached. | ||||
| Fixed in build | 3522 | ||||
|
|
1. Ellipsis/overflow menu buttons, are standard. So it's not needed unless it helps for screen readers in which case 'Menu' would be fine. 2. Agreed 3. Not sure what you mean, but makes sense that 'Play normally' should display if that's what it does 4. I'd leave as is. 5. Great idea, though I expect that this should have it's own bug since it's non-trivial. Leaving for devs to decide. 6. Not sure that a change is needed 7. Agreed (Hide: instead of Minimize: when it comes to panels) 8. Hamburger menu is a standard item. Not needed unless this is helpful for screenreaders in which case 'Menu' is fine (same as 1.). 9. I think that the current info provided is useful 10. Leaving for devs to evaluate feasibility (separate low priority feature for the future?) |
|
|
Fixed in 3522: 1, 8) for screen readers it has already data-aria-label 2,3) fixed 4) left as is 5) it too complex and risky for now, it will require more extensive preparation across whole application, we can consider it for the future version, 6) left as is 7) fixed 9) left as is 10) I don't think it's a good idea to apply this globally, it could be very irritating. Could be added in the future for some specific tooltips (I am not sure, if any needs this). Current tooltips are display only a do not support any interaction by design. |