Integrated: 8242544: CMD+ENTER key event crashes the application when invoked on dialog

Martin Fox duke at openjdk.java.net
Wed Jan 12 19:36:32 UTC 2022


On Tue, 11 Jan 2022 22:18:53 GMT, Martin Fox <duke at 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 <beldenfox at users.noreply.github.com>
Committer: Kevin Rushforth <kcr at 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


More information about the openjfx-dev mailing list