View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0016249 | MMW 5 | Main Panel: Toolbars & Menus | public | 2020-01-15 01:50 | 2026-05-03 15:56 |
| Reporter | peke | Assigned To | |||
| Priority | high | Severity | tweak | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Target Version | 2027 | Fixed in Version | 2027 | ||
| Summary | 0016249: Context Menu: Browsing Submenus can close subviev if not precise enough | ||||
| Description | On high res screens and using non precise controllers can close desired destination Subview. We should introduce small delay on detection before sub context menu is closed and new one is opened. Test Note: Use high res screen and try to quickly navigate to item diagonal inside sub context menu making it hard to get to item you want. My Screen is 1920x1200 I can imagine that on 4k it would be even more difficult or by using touch pad that is less precise than mouse. | ||||
| Additional Information | https://www.mediamonkey.com/forum/viewtopic.php?f=30&t=96574 | ||||
| Tags | No tags attached. | ||||
| Fixed in build | 3402 | ||||
|
|
Implementation with delay would look more laggy. But it seems, that e.g. menu in Explorer works similar way, i.e. sub-menu is opened after some delay, so probably we should make it also. Anyway postponed to 5.1, it is not so easy change and could cause regressions in menu handling. |
|
|
User supplied suggestions at Forum topic : https://www.mediamonkey.com/forum/viewtopic.php?f=30&t=96574#p468235 |
|
|
Fixed in build 3402. Added slight delay and some mouse tracking, so if user is aiming towards submenu by mouse, the delay is even larger, as it expects user wants to select in opened submenu. It seems to work quite nicely. |