View Issue Details

IDProjectCategoryView StatusLast Update
0017967MMW 5Main Panel: Toolbars & Menuspublic2021-06-04 04:26
Reporterrusty Assigned To 
PriorityurgentSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version5.0.1 
Target Version5.0.1Fixed in Version5.0.1 
Summary0017967: Artwork window doesn't respond to single click
DescriptionIf the user opens the artwork window, the minimize/maximize/close buttons often don't respond to single clicks as expected, and instead respond to double-clicks (though incorrectly--see below). This is problematic as most users will not realize this and the user will thing that the UI is frozen.

Replicate as follows:
0 Launch MM with Focus on Devices and Services node
0 Preview window is set to Selected:Advanced
0 Active track contains 3 images for the album
1 Right-click on the Preview window and add a new image (To Tag)
2 Right-click on the Preview window and switch to a different image
3 click on the Preview window artwork
--> Artwork dialog opens
4 Click on the minimize/maximize/close buttons
--> no response (for any of them)!
5 Double-click on the minimize/maximize/close buttons
--> Window maximizes (for all three buttons)!!
6 Click on the minimize/maximize/close buttons
--> Window responds as expected

Note: If the bug doesn't occur at Step 4, try repeating step 3

https://www.screencast.com/t/Zd8stjNZo
TagsNo tags attached.
Fixed in build2411

Activities

rusty

2021-06-01 12:51

administrator   ~0063663

This isn't occurring now. I'll try to figure out how to replicated.

Ludek

2021-06-01 13:53

developer   ~0063666

Last edited: 2021-06-01 13:56

I cannot replicate, but for me the minimize button never works, but I suppose that we might want to remove the minimize button for this dialog?

Assigned to Petr for analyzing the Rusty's issue (as it seems related to shared dialog windows).

EDIT: seeing that in dlgArtworkDetails.js there is:
 window.canMinimize = false;
-- so the bug here is that the minimize button in the header is visible (it shouldn't) and might be also a root for the Rusty's issue ?

petr

2021-06-03 09:19

developer   ~0063710

Fixed

rusty

2021-06-04 04:26

administrator   ~0063740

Verified 2411 i.e. cannot replicate the original bug and the non-functional minimize button is removed.