Olivier Gérardin
Olivier Gérardin

Reputation: 1233

JavaFX/Mac: System menu becomes unresponsive when I set useSystemMenuBar to true

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

Answers (1)

mipa
mipa

Reputation: 10640

This is a known bug. Have a look here: https://bugs.openjdk.java.net/browse/JDK-8233678

Upvotes: 3

Related Questions