Reputation: 1233
I'm writing a JavaFX app and I'd like to have a better integration with the Mac, so I tried to set useSystemMenuBar=true on the main Stage menuBar. What happens is that the menu is actually moved to the mac system menu, but it is totally unresponsive, nothing happens when I click on it.
I tried the examples in NSMenuFX and they exhibit exactly the same behaviour...
Any idea?
Details: Oracle Java 8, macOS Catalina 10.15.7
Upvotes: 0
Views: 105
Reputation: 10640
This is a known bug. Have a look here: https://bugs.openjdk.java.net/browse/JDK-8233678
Upvotes: 3