View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0015939 | MMW 5 | Track Browser | public | 2019-09-11 13:40 | 2019-09-19 13:44 |
Reporter | rusty | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 5.0 | ||||
Target Version | 5.0 | Fixed in Version | 5.0 | ||
Summary | 0015939: Double-click of thumbnails in grid views opens pop-up | ||||
Description | This causes the pop-up to always open: 1 Navigate to Genres 2 Double-click Genre-Name --> GenreName view opens 3 Press BACK --> Genres view appears but Genre-Name popup is open!! Note: this affect Artists, Albums, Composers, etc. (ie. double-clicking any thumbnail in a grid view). This causes the pop-up to sometimes open: 1 Navigate to Genres 2 Double-click Genre-Name --> GenreName pop-up opens Note: this can occur when double-clicking Artists, Albums, Composers, etc. thumbnails in any view. | ||||
Tags | No tags attached. | ||||
Fixed in build | 2198 | ||||
|
I guess that the issue is that pop-up seems opened on mouse down (instead of single-click) ? So it is opened also in case of double-click. |
|
Related issue to look into: https://www.mediamonkey.com/forum/viewtopic.php?f=30&t=95077 |
|
No, popup opens on click. But click is always called before double-click. |
|
Original issue fixed in build 2197. Note, it still start opening popup, because during first click it does not know, whether second click will follow. And postponing leads to look like laggy app. response, that does not feel good. But popup should be closed immediately now. Issue from forum seems to be different issue, when double-click event does not occur sometimes for some unknown reason, will be solved separately as 0015943 |
|
Tested 2197 and the fix seems to work. I'm still not happy with how double-click will often initially trigger single-click behavior prior to initiating the double-click. If double-click in Explorer can open a file without triggering the single-click (in-place edit) behavior, why can't we do the same here? |
|
Rusty: as I wrote above, it looks very laggy. You click and have to wait about 0.5s for opening the popup (it seems, Explorer also waits such time). We were trying this in the past, but the feeling was like the application is very slow. |
|
Fixed in build 2198. It showed up, that 0015943 was caused by opening popup after the first click. So I really added some waiting for the second click of double-click, so currently popups will open slightly later. Hopefully it won't look so bad. |
|
Verified 2198 double-clicking any thumbnail in a grid view for available views with Grid view works, as pointed single click is bit delayed. For me it works OK, can you confirm if delay timings are OK, maybe it can be lowered bit more. |
|
The fix seems good to me. Re-resolving and closing. |