On Tue, 11 Jan 2022 22:18:53 GMT, Martin Fox <d...@openjdk.java.net> wrote:
> The OS crashes if the contentView of a window is set to nil while handling > processKeyEquivalent. With this PR we just set the contentView to a basic > do-nothing NSView for the interim. This pull request has now been integrated. Changeset: a2a0acff Author: Martin Fox <belden...@users.noreply.github.com> Committer: Kevin Rushforth <k...@openjdk.org> URL: https://git.openjdk.java.net/jfx/commit/a2a0acff66727167bfca879bf908361433e74791 Stats: 4 lines in 1 file changed: 3 ins; 0 del; 1 mod 8242544: CMD+ENTER key event crashes the application when invoked on dialog Reviewed-by: jpereda, kcr ------------- PR: https://git.openjdk.java.net/jfx/pull/714