Skip to content

Commit

Permalink
Add unresponsive menu bar as known issue
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4a616e committed Apr 13, 2021
1 parent 9b6d927 commit c39a355
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,11 @@ AboutStageBuilder.start("My App").withNode(webView).build();

## Known issues

There is a known issue with OpenJFX that may cause the menu bar to be unresponsive after launch. You can find more
details about this issue in the respective OpenJFX [bug ticket](https://bugs.openjdk.java.net/browse/JDK-8233678). A
[pull request](https://github.com/openjdk/jfx/pull/361) containing a fix has already been merged and should be available
in OpenJFX 16+.

NSMenuFX no longer supports changing the title of the application menu at
runtime. This has always been a bit "hacky" as it is not really supported
by macOS. As a result, the new name was no longer bold faced when it was
Expand Down

0 comments on commit c39a355

Please sign in to comment.