-
-
Notifications
You must be signed in to change notification settings - Fork 21.3k
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
Menu dropdowns/Tabs only show up if double clicked in macOS Monterey #54306
Comments
I can't reproduce it on Linux with 3.4 RC 2, might be macOS specific indeed. CC @godotengine/macos |
I can't reproduce it with 3.4 RC2 or 3.x master on macOS Monterey 12.0.1 (21A559). |
@knadoor Just a hunch, but this could be cache related. Could you make a copy of Another thing that could be testing is trying earlier 3.4 builds to pinpoint where the regression happened (after checking again that 3.3.4 works fine, as it could also be a system-specific issue): https://downloads.tuxfamily.org/godotengine/3.4 |
If it is an actual issue with Godot, I suspect it might be some new manifestation of the #8653 (which was quite random and hard to reproduce).
|
I did some quick testing and recorded a couple of videos. Answering above questions:
Other observations: I've noticed on my machine (it's brand new) there is no Godot folder in the Cache: |
3.4 RC1 also has this issue. I can test out the earlier beta builds of 3.4 after work. |
I can confirm that this issue exists on version 3.4 Beta 1 |
Okay I figured out how to predictably reproduce it on Montery:
Note:
|
This looks exactly like #8653 focus issue. Do you ever get this issue in the Project Manager or exported project? I suspect it might be related to the way Godot is starting a new editor process when the project is opened (it's starting the main bundle executable directly, not a bundle). |
@bruvzg so far I only get it in the editor, never in the project manager or exported project |
Here's a potential fix in the #54474 (link to the precompiled app bundle to the first comment), please check if it's working for you. |
Fixed by #54474. |
Thank you all :) |
Godot version
3.4 RC2 Standard Build
System information
macOS Montery 12.0.1
Issue description
There are several issues:
The menu bar dropdowns (i.e., Project, Editor, Help etc.) only show if the user double clicks on them, a single click won't work.
In the "About Godot" window, you need to double click on the tabs to switch between them, a single click won't work.
Any of the menu items, options within any boxes etc. only work if double clicked on.
These issues do not exist in version 3.3.4 under macOS or even in the Windows version of 3.4 RC2. Please refer to video down below.
Steps to reproduce
As in the issue description above.
Minimal reproduction project
N/A
The text was updated successfully, but these errors were encountered: