View Issue Details

IDProjectCategoryView StatusLast Update
0021158MMW 5Hotkeyspublic2024-09-05 19:40
Reporterrusty Assigned To 
PriorityurgentSeverityminorReproducibilitysometimes
Status closedResolutionreopened 
Product Version5.0 
Target Version5.1Fixed in Version5.1 
Summary0021158: CTRL-ALT-P sometimes opens the Play menu
DescriptionALT P normally opens the Play menu
CTRL ALT P normally opens the Properties dialog

But sometimes, CTRL ALT P opens both!

This seems to be a variant of 0021129 . i.e. whatever change was made to fix that particular issue should apply generally.
Additional InformationReported at https://www.mediamonkey.com/forum/viewtopic.php?t=106527
TagsNo tags attached.
Fixed in build3045

Relationships

related to 0021129 closedLudek ALT-RIGHT and ALT-LEFT navigation triggers the menu 
related to 0021159 assignedpetr Properties dialog open behind the main MM window 

Activities

lowlander

2024-08-21 20:56

developer   ~0076707

Last edited: 2024-08-21 21:01

It seems if you use (I had to load Properties of thousands of files to get the timing right):

1 Use Ctrl+Alt+P
2 Release Ctrl
3 Release Alt+P
--> Properties load
--> Menu also loads
You need to release Ctrl before releasing Alt+P and it needs to happen before Properties load.

So when releasing 1 key in a 3 key combo, executes the 2 key combo. If Ctrl is released after Properties loads, still holding down Alt+P will have the mouse blink quickly and an error beep once Alt+P is released.

peke

2024-08-22 00:46

developer   ~0076709

Last edited: 2024-08-22 01:18

I can't replicate even on 20k selected files.
But @lowlander is right Events Down/Up/Pressed do not exclude each other on releasing CTRL so additional Shortcuts may execute which results in MM loose current focus.
1. Click on Home Tree node -> Click on empty space in track browser Home tree node
2. SLOWLY Press CTRL (HOLD)
3. SLOWLYPress ALT (HOLD both CTRL+ALT)
4. SLOWLY Press P (Hold CTRL+ALT+P)
5. SLOWLY Release CTRL (Hold ALT+P)
6. releasing P (Still Holding ALT), Will do Nothing until releasing ALT to execute Play menu
----
7. click on any suggested Album
8. SLOWLY Press CTRL (HOLD)
9. SLOWLYPress ALT (HOLD both CTRL+ALT)
10. SLOWLY Press P (Hold CTRL+ALT+P) PROPERTIES GET OPEN IMMEDIATELY on KEY DOWN Event


That said if timing is right like in user and @Lowlander case double shortcut can be executed.

Ludek

2024-08-23 14:54

developer   ~0076717

Fixed in 3045

lowlander

2024-08-23 18:27

developer   ~0076724

I'm still able to reproduce on 3045. I used a selection of 150k files to do so.
1 Select large set of files
2 Hold down Ctrl+Alt+P
3 Release Ctrl
4 Release Alt+P
--> Play menu opens
--> Properties opens (this took a while due to large set of files, also with each test I drop 1 file from selection). The key is that both the Ctrl and Alt+P subsequently are released prior to Properties being loaded.

rusty

2024-08-23 19:01

administrator   ~0076728

fwiw, I'm no longer able to replicate this bug in 3045. If vegright can't replicate in 3045 and if LL can't replicate with a more normal usecase, I'd suggest that we consider it resolved.

peke

2024-08-28 23:26

developer   ~0076763

Verified 3046

I can't replicate any steps listed in notes.