-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
single click treated as double click in macos 13.1 guest #4645
Comments
I suspect this is an Apple issue. Any way you can testing host 13.x and guest 13.x? |
you mean apple virtualization issue? unfortunately I cannot test it with a 13.x host yet, I have software which is not updated |
Okay, I will try to test when I have time. |
@seen76 how are you testing this? Are you using a mouse or trackpad? If mouse, is it an apple mouse or a third party mouse? |
I use the build in track pad. When I click in "Mail" it opens the e-mail, instead of just selecting it 1/2 the time. Also, I have noticed that command key seems to be stuck sometimes, as clicking will not issue a right click but a command+click |
I’m testing by going into Applications directory and trying to single click every icon and see if it double clicks. Can you try that? |
yea, happens like that as well, the app opens |
an additional thing, what I have noticed: sometimes its not even double click, but just an additional left click. the effect is that if I right click in the VM by using the pad, it shows the menu and immediately closes it. Sometimes I can only right click 3-4. times |
I am still unable to reproduce this issue. Can you try installing a brand new VM on the latest UTM beta and see if it still happens? |
i am always up to date on UTM with the releases (using all the beta) and if it was chanced I would have commented it :) its really easy to reproduce: try to right click on anything in the VM, the menu shows up and disappears immediately, also where i see it a lot is in the mail app: you single click on a mail to read it, and it opens it up |
Like I said that does NOT happen on my M1 MacBook Air. |
This is also happening to me with both the current stable and beta releases (4.0.9 and 4.1.3) on my M1 MBA on Ventura 13.0.1. Trying to move a window by click-dragging on its title bar causes it to maximize about 1/3 of the time. I also see the same behavior with the right click menu as @seen76 reports. |
Previously, we implemented both the USB pointer and trackpad device but it introduced double-clicking and scrolling issues (#4636, #4645). After setting the default to trackpad for macOS, it turns out that Monterey guests do not have the right driver for it and does not work. Now, we will attempt to detect Monterey on new installs and enable the trackpad when it is not Monterey (no earlier macOS versions are supported). Existing VMs will default to trackpad off for compatibility and will require manual setting to enable it. Fixes #5237
UTM Version: 4.3.5 (87) I'm still experiencing the problem and when I click on the file it often gets double-clicked to open. Another symptom is that when I click on a finder window it often no effect (doesn't come to the front), and I have to try multiple times. In a particular case, a left click is also treated as a right click. I have encountered this with Apple magic mouse/trackpad, it doesn't happen every time, but there is a high probability that it will happen. Very annoying. However, I am not currently experiencing this problem in Linux guests. |
It seems that every 2nd/3rd click is treated as double click in the guest OS, probably a timing issue? is it related to the slipping clock issue? :)
The text was updated successfully, but these errors were encountered: